diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-08-05 19:14:04 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-08-05 19:14:04 +1000 |
commit | b0d3a60dca5e98d84a99ff9d7ff29dd265f9e891 (patch) | |
tree | e2daa934f9e08d742fb0c5a07698b33ba3b84ba8 /src/Java/gtPlusPlus/xmod/gregtech/registration | |
parent | 62e9a133bac776048009db6b20842b47f9f18996 (diff) | |
download | GT5-Unofficial-b0d3a60dca5e98d84a99ff9d7ff29dd265f9e891.tar.gz GT5-Unofficial-b0d3a60dca5e98d84a99ff9d7ff29dd265f9e891.tar.bz2 GT5-Unofficial-b0d3a60dca5e98d84a99ff9d7ff29dd265f9e891.zip |
% Made the RTG pre .09 compliant.
% Changed the RTGs tier to HV.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechRTG.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechRTG.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechRTG.java index 53350a4621..f3e2a2c5f4 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechRTG.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechRTG.java @@ -14,7 +14,7 @@ public class GregtechRTG { } private static void run1(){ - GregtechItemList.RTG.set(new GregtechMetaTileEntity_RTG(800, "rtg.01.tier.single", "Radioisotope Thermoelectric Generator", 0).getStackForm(1L)); + GregtechItemList.RTG.set(new GregtechMetaTileEntity_RTG(800, "rtg.01.tier.single", "Radioisotope Thermoelectric Generator", 3).getStackForm(1L)); } } |