From 3a3cbd3d7f77af5d96973f83f7ffabe4bc6868b3 Mon Sep 17 00:00:00 2001 From: Léa Gris Date: Sun, 6 May 2018 12:12:14 +0200 Subject: Fix #240 Crash with latest GT and GT++. --- src/Java/gtPlusPlus/core/recipe/common/CI.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/core') 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[]{ -- cgit