diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-08-05 17:44:46 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-08-05 17:44:46 +1000 |
commit | f98cfdfdb3e0ff6bfbbcc5f4f8c556013804f43b (patch) | |
tree | 53402f8a9ccfa5fb076b994ddd9bc203569e25d6 /src/Java/gtPlusPlus/xmod/gregtech/api | |
parent | d0b6e8a27e45f1236f57ffd18166a01dc3640e2d (diff) | |
download | GT5-Unofficial-f98cfdfdb3e0ff6bfbbcc5f4f8c556013804f43b.tar.gz GT5-Unofficial-f98cfdfdb3e0ff6bfbbcc5f4f8c556013804f43b.tar.bz2 GT5-Unofficial-f98cfdfdb3e0ff6bfbbcc5f4f8c556013804f43b.zip |
+ RTG Now loads up.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java index ad2406fead..fc081c6f51 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -191,10 +191,11 @@ public enum GregtechItemList implements GregtechItemContainer { AcceleratorIV, AcceleratorLuV, AcceleratorZPM, AcceleratorUV, //GT RTG + RTG, Pellet_RTG_PU238, Pellet_RTG_SR90, Pellet_RTG_PO210, Pellet_RTG_AM241, //Computer Cube - Gregtech_Computer_Cube + Gregtech_Computer_Cube, |