From 92494e56c33fc029f6b06be1c76e50bb5be56cbe Mon Sep 17 00:00:00 2001 From: Jordan Byrne Date: Thu, 17 May 2018 03:22:34 +1000 Subject: + Added a Large Storage Shelf. $ Fixed shelves using wrong overlay. --- .../xmod/gregtech/registration/gregtech/Gregtech4Content.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration') diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java index 810564b05b..0817202e85 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java @@ -59,6 +59,11 @@ public class Gregtech4Content { .getStackForm(1L)); GregtechItemList.GT4_Shelf_Compartment.set(new GT4Entity_Shelf_Compartment(874, "gtplusplus.shelf.compartment", "Compartment", "Stores Books & Things").getStackForm(1L)); + + //Custom Storage + GregtechItemList.GT4_Shelf_Large.set( + new GT4Entity_Shelf_Large(966, "gtplusplus.shelf.large", "Large Shelf", "A spacious shelf", 2048) + .getStackForm(1L)); } private static void thermalBoiler() { -- cgit