Fixed Milk Pipe Crafting

This commit is contained in:
Rseifert 2013-02-16 17:13:38 -05:00
parent e58d9b487c
commit 9452d99470

View file

@ -254,7 +254,7 @@ public class LiquidMechanics extends DummyModContainer
new ItemStack(blockPipe, 1, 15), new ItemStack(blockPipe, 1, 15),
new ItemStack(blockPipe, 1, 15), new ItemStack(blockPipe, 1, 15),
new ItemStack(blockPipe, 1, 15), new ItemStack(blockPipe, 1, 15),
new ItemStack(Item.dyePowder, 1, 0) }); new ItemStack(Item.dyePowder, 1, 15) });
// steam tank // steam tank
GameRegistry.addShapelessRecipe(new ItemStack(blockTank, 1, ColorCode.ORANGE.ordinal()), new Object[] { GameRegistry.addShapelessRecipe(new ItemStack(blockTank, 1, ColorCode.ORANGE.ordinal()), new Object[] {
new ItemStack(itemParts, 1, Parts.Tank.ordinal()), new ItemStack(itemParts, 1, Parts.Tank.ordinal()),