diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2020-01-06 05:28:19 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2020-01-06 05:28:19 +0000 |
commit | 9580c236c773899405c81a45cd6d670cdc12d4e4 (patch) | |
tree | b9d1b4955f9c7c9905d0479de4330af7b50ef18b /src/Java/gtPlusPlus/core/util | |
parent | 7bed808838202af576b47340887d59f4480fe6a0 (diff) | |
download | GT5-Unofficial-9580c236c773899405c81a45cd6d670cdc12d4e4.tar.gz GT5-Unofficial-9580c236c773899405c81a45cd6d670cdc12d4e4.tar.bz2 GT5-Unofficial-9580c236c773899405c81a45cd6d670cdc12d4e4.zip |
+ Added recipe for Distillus.
+ Added recipes for Chunkloaders.
+ Added recipe for Algae Farm.
+ Added recipes for Overflow Hatches.
% Halved recipe time on Algae Farming, enabled use of compost to increase output.
$ Potentially fixed the Overflow Hatches.
Diffstat (limited to 'src/Java/gtPlusPlus/core/util')
-rw-r--r-- | src/Java/gtPlusPlus/core/util/minecraft/LangUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/util/minecraft/LangUtils.java b/src/Java/gtPlusPlus/core/util/minecraft/LangUtils.java index ea161e4adb..01d0efac54 100644 --- a/src/Java/gtPlusPlus/core/util/minecraft/LangUtils.java +++ b/src/Java/gtPlusPlus/core/util/minecraft/LangUtils.java @@ -50,7 +50,7 @@ public class LangUtils { } public static String trans(String aNr, String aEnglish) { - return GT_LanguageManager.addStringLocalization("Interaction_DESCRIPTION_Index_" + aNr, aEnglish, false); + return GT_LanguageManager.addStringLocalization("Interaction_DESCRIPTION_Index_GTPP_" + aNr, aEnglish, false); } } |