diff options
author | Abdiel Kavash <19243993+AbdielKavash@users.noreply.github.com> | 2024-02-28 05:45:44 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 12:45:44 +0100 |
commit | 5497075f54732ccf3c7580fe311a2327ebb05cb2 (patch) | |
tree | 8060f3d7bed0d8d62426541e83307f051a03da02 /src/main/resources/assets/gregtech | |
parent | ece12a200879adfb16fd9d8701f6e75a3d7c072e (diff) | |
download | GT5-Unofficial-5497075f54732ccf3c7580fe311a2327ebb05cb2.tar.gz GT5-Unofficial-5497075f54732ccf3c7580fe311a2327ebb05cb2.tar.bz2 GT5-Unofficial-5497075f54732ccf3c7580fe311a2327ebb05cb2.zip |
Tree Growth Simulator can now harvest leaves and fruits, using appropriate tools. (#839)
* TGS logic rework and new outputs
* TGS logic rework and new outputs
* NEI frontend.
* NEI frontend part 2
* Recover saws from controller slot to input bus.
* Added documentation and removed unused stuff.
* Recipes for non-Forestry trees.
* Updated tooltip.
* Better handling of saws in controller slot from previous versions + grafter support.
* Added Forestry and Extra Trees trees registration and processing.
* BS + deps.
* Disable ME stocking bus to fix an exploit.
* Fixes based on feedback.
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/resources/assets/gregtech')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 2 |
1 files changed, 2 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 1a49d1a297..5b9e9dd59f 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -17,6 +17,8 @@ GT5U.gui.text.managing_power=§aManaging power GT5U.gui.text.no_scrap=§aInput too low quality GT5U.gui.text.warm_up=§aWarming up GT5U.gui.text.machine_locked_to_different_recipe=§7Machine is already locked to a different recipe +GT5U.gui.text.no_output_for_sapling=§7This sapling yields no outputs +GT5U.gui.text.no_tools=§7Missing applicable tools GTPP.EBF.heat=Heat capacity |