Cheapened Recipe
This commit is contained in:
parent
e029a35c6a
commit
7e9073fe55
3 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
|||
48
|
||||
49
|
||||
|
|
1
info.txt
1
info.txt
|
@ -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
|
||||
|
|
|
@ -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" }));
|
||||
|
|
Loading…
Reference in a new issue