diff options
author | GlodBlock <1356392126@qq.com> | 2021-09-20 14:38:24 +0800 |
---|---|---|
committer | GlodBlock <1356392126@qq.com> | 2021-09-20 14:38:24 +0800 |
commit | b7be0dd5b192b19098e8e1c7d0fbc96cb99bfd1c (patch) | |
tree | ef92338f27b6a7ceb9432a5cf4d9e91407a66cda /src/main/java/GoodGenerator/util/ItemRefer.java | |
parent | 445e8248743bf5f99fed078288d9f81038749942 (diff) | |
download | GT5-Unofficial-b7be0dd5b192b19098e8e1c7d0fbc96cb99bfd1c.tar.gz GT5-Unofficial-b7be0dd5b192b19098e8e1c7d0fbc96cb99bfd1c.tar.bz2 GT5-Unofficial-b7be0dd5b192b19098e8e1c7d0fbc96cb99bfd1c.zip |
add GUI and desc text fot YOTTank
Diffstat (limited to 'src/main/java/GoodGenerator/util/ItemRefer.java')
-rw-r--r-- | src/main/java/GoodGenerator/util/ItemRefer.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/GoodGenerator/util/ItemRefer.java b/src/main/java/GoodGenerator/util/ItemRefer.java index b28416e7d1..3a9404d1ea 100644 --- a/src/main/java/GoodGenerator/util/ItemRefer.java +++ b/src/main/java/GoodGenerator/util/ItemRefer.java @@ -78,7 +78,6 @@ public final class ItemRefer { public static ItemRefer YOTTank_Cell_T9 = getItemStack(yottaFluidTankCell, 8); public static ItemRefer YOTTank_Cell_T10 = getItemStack(yottaFluidTankCell, 9); public static ItemRefer YOTTank = getItemStack(YFT); - public static ItemRefer YOTTank_Output_Hatch = getItemStack(YFTOutput); public static ItemRefer Large_Naquadah_Reactor = getItemStack(MAR.copy()); |