diff options
author | GlodBlock <1356392126@qq.com> | 2021-11-15 22:29:05 +0800 |
---|---|---|
committer | GlodBlock <1356392126@qq.com> | 2021-11-15 22:29:05 +0800 |
commit | d09fecc77ed50c1df1988d06dc97069887ccff1c (patch) | |
tree | 793c2e90dad70b647e9285be3a8fb89ca441172f /src/Java/gtPlusPlus/xmod/gregtech/registration | |
parent | a5cc7088d1c8d9eb4ef66740ac48401db5fd913d (diff) | |
download | GT5-Unofficial-d09fecc77ed50c1df1988d06dc97069887ccff1c.tar.gz GT5-Unofficial-d09fecc77ed50c1df1988d06dc97069887ccff1c.tar.bz2 GT5-Unofficial-d09fecc77ed50c1df1988d06dc97069887ccff1c.zip |
add generator array back
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialGeneratorArray.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialGeneratorArray.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialGeneratorArray.java index d15229d182..9bdcf231d0 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialGeneratorArray.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialGeneratorArray.java @@ -1,4 +1,3 @@ -/* package gtPlusPlus.xmod.gregtech.registration.gregtech; import gtPlusPlus.api.objects.Logger; @@ -24,4 +23,4 @@ public class GregtechIndustrialGeneratorArray { "generatorarray.controller.tier.01", "Large Generator Array").getStackForm(1L)); } -}*/ +} |