From 5497075f54732ccf3c7580fe311a2327ebb05cb2 Mon Sep 17 00:00:00 2001 From: Abdiel Kavash <19243993+AbdielKavash@users.noreply.github.com> Date: Wed, 28 Feb 2024 05:45:44 -0600 Subject: 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 --- src/main/resources/assets/miscutils/lang/en_US.lang | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/main/resources/assets/miscutils/lang') diff --git a/src/main/resources/assets/miscutils/lang/en_US.lang b/src/main/resources/assets/miscutils/lang/en_US.lang index b371f577bf..24fd2d4cd3 100644 --- a/src/main/resources/assets/miscutils/lang/en_US.lang +++ b/src/main/resources/assets/miscutils/lang/en_US.lang @@ -120,6 +120,21 @@ gtpp.nei.tgs.2=If %s is provided, gtpp.nei.tgs.3=Saplings are made instead. gtpp.nei.tgs.sapling=Outputted if %s is provided +gtpp.nei.tgs.tooltip.sapling=Place in machine controller slot +gtpp.nei.tgs.tooltip.saw=Place in an input bus to harvest logs +gtpp.nei.tgs.tooltip.needsSaw=Requires a Saw to harvest +gtpp.nei.tgs.tooltip.cutter=Place in an input bus to harvest saplings +gtpp.nei.tgs.tooltip.needsCutter=Requires a Branch Cutter to harvest +gtpp.nei.tgs.tooltip.shears=Place in an input bus to harvest leaves +gtpp.nei.tgs.tooltip.needsShears=Requires Shears to harvest +gtpp.nei.tgs.tooltip.knife=Place in an input bus to harvest fruit +gtpp.nei.tgs.tooltip.needsKnife=Requires a Knife to harvest +gtpp.nei.tgs.tooltip.multiplier=Output multiplier: +gtpp.nei.tgs.info-1=Output is further boosted +gtpp.nei.tgs.info-2=by machine energy tier +gtpp.nei.tgs.info-3=and tool type + + //Thermal Foundation Stuff item.MiscUtils.bucket.bucketPyrotheum.name=Blazing Pyrotheum Bucket item.MiscUtils.bucket.bucketCryotheum.name=Gelid Cryotheum Bucket -- cgit