diff options
author | Léa Gris <lea.gris@noiraude.net> | 2018-05-06 12:12:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-06 12:12:14 +0200 |
commit | 3a3cbd3d7f77af5d96973f83f7ffabe4bc6868b3 (patch) | |
tree | a73d7611c9d411d0e96744aa49adf67f774efec7 /src/Java/gtPlusPlus/core | |
parent | da7a6fd14582e7e1aab0622b069fb1cdc4c7b28d (diff) | |
download | GT5-Unofficial-3a3cbd3d7f77af5d96973f83f7ffabe4bc6868b3.tar.gz GT5-Unofficial-3a3cbd3d7f77af5d96973f83f7ffabe4bc6868b3.tar.bz2 GT5-Unofficial-3a3cbd3d7f77af5d96973f83f7ffabe4bc6868b3.zip |
Fix #240 Crash with latest GT and GT++.
Diffstat (limited to 'src/Java/gtPlusPlus/core')
-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[]{ |