Added recipe for the Hopper
This commit is contained in:
parent
a15d61ffd4
commit
1ab3c3e2d5
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue