aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks2.java
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2017-04-29 22:55:45 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2017-04-29 22:55:45 +1000
commitc2f45087c471dc57ef08bf3b22e98c619960daad (patch)
treee2924be257b6f12eacc67cfa6d80a423048043cb /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks2.java
parent862066ee9009f877456982867f1dab5f53c57061 (diff)
downloadGT5-Unofficial-c2f45087c471dc57ef08bf3b22e98c619960daad.tar.gz
GT5-Unofficial-c2f45087c471dc57ef08bf3b22e98c619960daad.tar.bz2
GT5-Unofficial-c2f45087c471dc57ef08bf3b22e98c619960daad.zip
+ Added Eglin Steel.
+ Added Recipes for the Industrial Sieve & Casings. % Tweaked Blast Furnace EU cost for all materials.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks2.java')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks2.java2
1 files changed, 1 insertions, 1 deletions
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));