From b7be0dd5b192b19098e8e1c7d0fbc96cb99bfd1c Mon Sep 17 00:00:00 2001 From: GlodBlock <1356392126@qq.com> Date: Mon, 20 Sep 2021 14:38:24 +0800 Subject: add GUI and desc text fot YOTTank --- src/main/java/GoodGenerator/util/ItemRefer.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/java/GoodGenerator/util') 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()); -- cgit