diff options
author | Alkalus <draknyte1@hotmail.com> | 2018-05-06 19:47:02 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-06 19:47:02 +0900 |
commit | 40e67b50f73c50ef95ab091dbe0752e440365281 (patch) | |
tree | 4d3ad9def080e6055c68983685a0e8a59a62c48f /src/Java/gtPlusPlus/core | |
parent | da7a6fd14582e7e1aab0622b069fb1cdc4c7b28d (diff) | |
parent | c8dc12dae9ba78a60e808ade42b8ed35e363e3de (diff) | |
download | GT5-Unofficial-40e67b50f73c50ef95ab091dbe0752e440365281.tar.gz GT5-Unofficial-40e67b50f73c50ef95ab091dbe0752e440365281.tar.bz2 GT5-Unofficial-40e67b50f73c50ef95ab091dbe0752e440365281.zip |
Merge pull request #264 from leagris/leagris-patch-1
Fix for Crash with latest GT and GT++.
Fixes #240 and also fixes #262.
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[]{ |