diff options
-rw-r--r-- | src/Java/gtPlusPlus/core/recipe/common/CI.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/common/CI.java b/src/Java/gtPlusPlus/core/recipe/common/CI.java index 5264a16cb8..44db9cf284 100644 --- a/src/Java/gtPlusPlus/core/recipe/common/CI.java +++ b/src/Java/gtPlusPlus/core/recipe/common/CI.java @@ -177,7 +177,9 @@ public class CI { public static ItemStack explosiveTNT; public static ItemStack explosiveITNT; - public static void preInit(){ + public static void preInit(){ + //Put these here, because we need them for everything. + new MetaGeneratedGregtechItems(); //Tiered Components component_Plate = new String[]{ |