diff options
author | Jordan Byrne <draknyte1@hotmail.com> | 2018-05-13 01:03:38 +1000 |
---|---|---|
committer | Jordan Byrne <draknyte1@hotmail.com> | 2018-05-13 01:41:31 +1000 |
commit | cc960c4aa3697b9f47f1ca050511f5d2a94e63f2 (patch) | |
tree | e8848ffc6149675dcb91ef401065010d1fc17569 /src/Java/gtPlusPlus/core/recipe/common | |
parent | 74cbb7d6c9dd8b2cf3d856d9483b464dbdd3a4e1 (diff) | |
download | GT5-Unofficial-cc960c4aa3697b9f47f1ca050511f5d2a94e63f2.tar.gz GT5-Unofficial-cc960c4aa3697b9f47f1ca050511f5d2a94e63f2.tar.bz2 GT5-Unofficial-cc960c4aa3697b9f47f1ca050511f5d2a94e63f2.zip |
+ Added Turbine Animations.
$ Fixed Large Auto-Assembler Name.
$ Possible fix for #239.
$ Other Bug Fixes.
$ Fixed Old School Circuits breaking Integrated Circuit Recipes.
% Made Adv. EBF. Use new casing textures.
% Streamlined Old School Circuit function call locations to a single handler.
% Cleaned up ASM Logging.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe/common')
-rw-r--r-- | src/Java/gtPlusPlus/core/recipe/common/CI.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/common/CI.java b/src/Java/gtPlusPlus/core/recipe/common/CI.java index 1f06c5befb..7ad7820985 100644 --- a/src/Java/gtPlusPlus/core/recipe/common/CI.java +++ b/src/Java/gtPlusPlus/core/recipe/common/CI.java @@ -179,9 +179,7 @@ public class CI { public static ItemStack explosiveITNT; public static void preInit(){ - //Put these here, because we need them for everything. - new MetaGeneratedGregtechItems(); - + //Tiered Components component_Plate = new String[]{ getTieredComponent(OrePrefixes.plate, 0), |