parent
399e3d0ce9
commit
4d03135b85
1 changed files with 10 additions and 0 deletions
|
@ -306,6 +306,16 @@ public class BuildCraftFactory {
|
|||
'I', Item.ingotIron,
|
||||
'C', Block.chest,
|
||||
'G', BuildCraftCore.stoneGearItem);
|
||||
|
||||
if (floodGateBlock != null)
|
||||
CoreProxy.proxy.addCraftingRecipe(new ItemStack(floodGateBlock),
|
||||
"IGI",
|
||||
"FTF",
|
||||
"IFI",
|
||||
'I', Item.ingotIron,
|
||||
'T', tankBlock != null ? tankBlock : Block.glass,
|
||||
'G', BuildCraftCore.ironGearItem,
|
||||
'F', new ItemStack(Block.fenceIron));
|
||||
}
|
||||
|
||||
@ForgeSubscribe
|
||||
|
|
Loading…
Add table
Reference in a new issue