diff options
author | Jakub <53441451+kuba6000@users.noreply.github.com> | 2023-06-06 18:22:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 18:22:08 +0200 |
commit | 26b55f9e86dd906f7a5a0b1f10a773e7f2834eef (patch) | |
tree | 6b54b52878c1164fe735d9111b14f0e5b9563179 /src/main/resources/assets/gregtech | |
parent | 6b619fc2e0f57e04796da10911047635e7d9a6a0 (diff) | |
download | GT5-Unofficial-26b55f9e86dd906f7a5a0b1f10a773e7f2834eef.tar.gz GT5-Unofficial-26b55f9e86dd906f7a5a0b1f10a773e7f2834eef.tar.bz2 GT5-Unofficial-26b55f9e86dd906f7a5a0b1f10a773e7f2834eef.zip |
Add a toggle to queen insertion (#2064)
Diffstat (limited to 'src/main/resources/assets/gregtech')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index a8a15454c0..4923300d15 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -193,6 +193,9 @@ GT5U.machines.industrialapiary.infoextended.tooltip.5=Flowering Chance: %6$d %% GT5U.machines.industrialapiary.infoextended.tooltip.6=Lifespan Modifier: %7$d %% GT5U.machines.industrialapiary.infoextended.tooltip.7=Territory: %8$d x %9$d x %10$d GT5U.machines.industrialapiary.upgradeslot.tooltip=Upgrade slot +GT5U.machines.industrialapiary.autoqueen.tooltip=Automatically put the queen after breeding in the input slot +GT5U.machines.industrialapiary.autoqueen.tooltip.1=§7Doesn't require automation upgrade +GT5U.machines.industrialapiary.autoqueen.tooltip.2=§7§oThis option is ignored if automation upgrade is installed GT5U.machines.advdebugstructurewriter.tooltip=Scans Blocks Around GT5U.machines.advdebugstructurewriter.tooltip.1=Prints Multiblock NonTE structure check code GT5U.machines.advdebugstructurewriter.tooltip.2=ABC axes aligned to machine front |