Cheapened Recipe

This commit is contained in:
Henry Mao 2013-01-09 21:42:22 +08:00
parent e029a35c6a
commit 7e9073fe55
3 changed files with 3 additions and 2 deletions

View file

@ -1 +1 @@
48
49

View file

@ -42,3 +42,4 @@ Minecraft 1.4.5
* AssemblyLine_v0.2.2.44.jar AssemblyLine_v0.2.2.44_api.zip
@ AssemblyLine_v0.2.3.47.jar AssemblyLine_v0.2.3.47_api.zip
@. AssemblyLine_v0.2.3.48.jar AssemblyLine_v0.2.3.48_api.zip
@ AssemblyLine_v0.2.3.49.jar AssemblyLine_v0.2.3.49_api.zip

View file

@ -144,7 +144,7 @@ public class AssemblyLine
GameRegistry.addRecipe(new ShapedOreRecipe(blockCrate, new Object[] { "TST", "S S", "TST", 'S', "ingotSteel", 'T', Item.stick }));
// Conveyor Belt
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(blockConveyorBelt, 4), new Object[] { "III", "WMW", 'I', "ingotSteel", 'W', Block.wood, 'M', "motor" }));
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(blockConveyorBelt, 8), new Object[] { "III", "WMW", 'I', "ingotSteel", 'W', Block.wood, 'M', "motor" }));
// Rejector
GameRegistry.addRecipe(new ShapedOreRecipe(blockRejector, new Object[] { "WPW", "@R@", '@', "plateSteel", 'R', Item.redstone, 'P', Block.pistonBase, 'C', "basicCircuit", 'W', "copperWire" }));