diff options
author | Jakub <53441451+kuba6000@users.noreply.github.com> | 2022-08-04 04:44:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 09:44:47 +0700 |
commit | 6fc8548eb05be1b950ad087164d0e09998921daa (patch) | |
tree | 4dc1ab232ca542e684dfefbab06d4da807215433 /src/main/resources/assets/gregtech/lang/en_US.lang | |
parent | 649f5b543e94aa50898897a659f73e70686098f5 (diff) | |
download | GT5-Unofficial-6fc8548eb05be1b950ad087164d0e09998921daa.tar.gz GT5-Unofficial-6fc8548eb05be1b950ad087164d0e09998921daa.tar.bz2 GT5-Unofficial-6fc8548eb05be1b950ad087164d0e09998921daa.zip |
Industrial Apiary Changes (#1197)
* Start with lower energy without acceleration upgrades
* Pollen collection is an upgrade... I didnt know.
* Implement Queen Pollination
* Fix battery slot not working
* Dont try to pollinate when there is no chance to success
Diffstat (limited to 'src/main/resources/assets/gregtech/lang/en_US.lang')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 1e4caa00f6..282552b5ef 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -134,8 +134,6 @@ GT5U.machines.stalled_vent.tooltip.extended=§7Progress was lost, but not GT5U.machines.stalled_vent.tooltip.extended.1=§7the recipe's output. GT5U.machines.oreprocessor=§eRunning Mode: %s §cTime: %s s GT5U.machines.oreprocessor.void=§eVoid Stone Dust: %s -GT5U.machines.industrialapiary.pollen.tooltip=Retrevie Pollen -GT5U.machines.industrialapiary.pollen.tooltip.1=§cWARNING: INCREASES LAG GT5U.machines.industrialapiary.cancel.tooltip=§cCancel process GT5U.machines.industrialapiary.cancel.tooltip.1=§7Will also disable machine (soft mallet) GT5U.machines.industrialapiary.cancel.tooltip.2=§7§oCan't stop princess breeding |