diff options
author | huajijam <strhuaji@gmail.com> | 2019-01-31 19:32:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-31 19:32:46 +0800 |
commit | 3b3a7738b615d2a307f80bfe079f6d56d48b6521 (patch) | |
tree | e2e7ead0e42e458adde896c090e558bb4e250c43 /src/Java/gtPlusPlus/xmod/gregtech/api/gui | |
parent | 9ed780d285420a4e4a1c4c291e49da9c894f1d31 (diff) | |
parent | d015262242110df899f6ffe7a9f84780382e8584 (diff) | |
download | GT5-Unofficial-3b3a7738b615d2a307f80bfe079f6d56d48b6521.tar.gz GT5-Unofficial-3b3a7738b615d2a307f80bfe079f6d56d48b6521.tar.bz2 GT5-Unofficial-3b3a7738b615d2a307f80bfe079f6d56d48b6521.zip |
update
update
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/gui')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_Cyclotron.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_Cyclotron.java b/src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_Cyclotron.java index fff86ba7bd..921871cebe 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_Cyclotron.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_Cyclotron.java @@ -229,4 +229,4 @@ public class CONTAINER_Cyclotron extends GT_ContainerMetaTile_Machine { public String trans(String aKey, String aEnglish) { return GT_LanguageManager.addStringLocalization("Interaction_DESCRIPTION_Index_" + aKey, aEnglish, false); } -}
\ No newline at end of file +}
\ No newline at end of file |