From c2f45087c471dc57ef08bf3b22e98c619960daad Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Sat, 29 Apr 2017 22:55:45 +1000 Subject: + Added Eglin Steel. + Added Recipes for the Industrial Sieve & Casings. % Tweaked Blast Furnace EU cost for all materials. --- .../xmod/gregtech/common/blocks/GregtechMetaCasingBlocks2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks') diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks2.java b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks2.java index dc51184e71..0e93c8d807 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks2.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks2.java @@ -43,7 +43,7 @@ extends GregtechMetaCasingBlocksAbstract { GregtechItemList.Casing_Refinery_Internal.set(new ItemStack(this, 1, 3)); GregtechItemList.Casing_PlaceHolder4.set(new ItemStack(this, 1, 4)); GregtechItemList.Casing_Sifter.set(new ItemStack(this, 1, 5)); - GregtechItemList.Casing_PlaceHolder6.set(new ItemStack(this, 1, 6)); + GregtechItemList.Casing_SifterGrate.set(new ItemStack(this, 1, 6)); GregtechItemList.Casing_PlaceHolder7.set(new ItemStack(this, 1, 7)); GregtechItemList.Casing_PlaceHolder8.set(new ItemStack(this, 1, 8)); GregtechItemList.Casing_PlaceHolder9.set(new ItemStack(this, 1, 9)); -- cgit