From 4a8ccf527325b4dd101cb933da31c870c41abf27 Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Fri, 11 Jan 2019 13:08:17 +0000 Subject: % Updated Scanner/NC2 Panel info for all Multis. Closes #384. % Formatting. % Reverted structure code for LFTR and Large Electrolyzer. % Improved tooltip of Matter Fabricator. % Adjusted parallelism for Matter Fabricator. --- src/resources/assets/gregtech/lang/en_US.lang | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/resources/assets/gregtech/lang/en_US.lang (limited to 'src/resources/assets/gregtech') diff --git a/src/resources/assets/gregtech/lang/en_US.lang b/src/resources/assets/gregtech/lang/en_US.lang new file mode 100644 index 0000000000..a3378d004c --- /dev/null +++ b/src/resources/assets/gregtech/lang/en_US.lang @@ -0,0 +1,19 @@ + +//Shit I stole from GTNH~ + +GTPP.EBF.heat=Heat capacity + +GTPP.machines.tier=Tier + +GTPP.multiblock.pollutionreduced=Pollution reduced to +GTPP.multiblock.pollution=Pollution +GTPP.multiblock.energy=Stored Energy +GTPP.multiblock.Progress=Progress +GTPP.multiblock.efficiency=Efficiency +GTPP.multiblock.problems=Problems +GTPP.multiblock.mei=Max Energy Income +GTPP.multiblock.usage=Probably uses + +GTPP.CC.machinetier=Control Core Tier +GTPP.CC.discount=EU Discount +GTPP.CC.parallel=Maximum Parallel Processing -- cgit