Added recipe for the Hopper

This commit is contained in:
Krapht 2012-05-26 02:14:36 +02:00
parent a15d61ffd4
commit 1ab3c3e2d5

View file

@ -229,7 +229,13 @@ public class BuildCraftFactory {
Character.valueOf('R'), Block.torchRedstoneActive,
});
if (!hopperDisabled){
craftingmanager.addRecipe(
new ItemStack(hopperBlock),
new Object[] {"ICI", "IGI", " I ",
Character.valueOf('I'), Item.ingotIron,
Character.valueOf('C'), Block.chest,
Character.valueOf('G'), BuildCraftCore.stoneGearItem
});
}
}