Add Floodgate Recipe

Oops

Closes #1122
This commit is contained in:
CovertJaguar 2013-08-14 20:51:42 -07:00
parent 399e3d0ce9
commit 4d03135b85

View file

@ -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