aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/registration
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-05-23 22:38:01 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-05-23 22:38:01 +1000
commit41e94c991ba39a7a466b67a13f346461b26ce3c1 (patch)
tree5f840273c9b485902f5853e957c8fd252dce248b /src/Java/gtPlusPlus/xmod/gregtech/registration
parent80f8ece9e92eeab9c3a05a98c87e0476827f3306 (diff)
downloadGT5-Unofficial-41e94c991ba39a7a466b67a13f346461b26ce3c1.tar.gz
GT5-Unofficial-41e94c991ba39a7a466b67a13f346461b26ce3c1.tar.bz2
GT5-Unofficial-41e94c991ba39a7a466b67a13f346461b26ce3c1.zip
% More Crate work.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSuperTanks.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSuperTanks.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSuperTanks.java
index 5ee5d9a770..eafed2653a 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSuperTanks.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSuperTanks.java
@@ -8,6 +8,7 @@ import gregtech.api.enums.OrePrefixes;
import gregtech.api.util.GT_ModHandler;
import gtPlusPlus.xmod.gregtech.api.enums.GregtechItemList;
+import gtPlusPlus.xmod.gregtech.common.tileentities.storage.GT_MetaTileEntity_ConnectableCrate;
import gtPlusPlus.xmod.gregtech.common.tileentities.storage.GT_MetaTileEntity_TieredChest;
public class GregtechSuperTanks {
@@ -47,6 +48,10 @@ public class GregtechSuperTanks {
ItemList.Automation_ChestBuffer_IV, Character.valueOf('D'),
OrePrefixes.circuit.get(Materials.Elite), Character.valueOf('P'),
OrePrefixes.plate.get(Materials.Tungsten)});
+
+ //Test Thing
+ GregtechItemList.CrateStorage.set((new GT_MetaTileEntity_ConnectableCrate(GT_MetaTileEntity_ConnectableCrate.mCrateID, "crate.tier.01", "Interconnecting Storage Crate", 0)).getStackForm(1L));
+
}
}