Fix recipes in MC and IC2

This commit is contained in:
Andrew Miner
2015-01-14 09:30:20 -08:00
parent a78ff47c92
commit c417a24653
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -200,7 +200,7 @@
}, { }, {
"output": "Chainsaw", "output": "Chainsaw",
"input": [[5, "Refined Iron"], "Electronic Circuit", "RE Battery"], "input": [[5, "Refined Iron"], "Electronic Circuit", "RE Battery"],
"pattern": ".00 010 30.", "pattern": ".00 010 20.",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "Clay Dust", "output": "Clay Dust",
+5 -5
View File
@@ -1179,7 +1179,7 @@
}, { }, {
"output": [[2, "Pillar Quartz Block"]], "output": [[2, "Pillar Quartz Block"]],
"input": [[2, "Block of Quartz"]], "input": [[2, "Block of Quartz"]],
"pattern": "... .0. .1." "pattern": "... .0. .0."
}, { }, {
"output": [[3, "Pink Carpet"]], "output": [[3, "Pink Carpet"]],
"input": [[2, "Pink Wool"]], "input": [[2, "Pink Wool"]],
@@ -1423,11 +1423,11 @@
}, { }, {
"output": "Pressure Plate (stone)", "output": "Pressure Plate (stone)",
"input": [[2, "Stone"]], "input": [[2, "Stone"]],
"pattern": "... 01. ..." "pattern": "... 00. ..."
}, { }, {
"output": "Pressure Plate (wood)", "output": "Pressure Plate (wood)",
"input": [[2, "Oak Wood Planks"]], "input": [[2, "Oak Wood Planks"]],
"pattern": "... 01. ..." "pattern": "... 00. ..."
}, { }, {
"output": "Pumpkin Pie", "output": "Pumpkin Pie",
"input": ["Egg", "Pumpkin", "Sugar"], "input": ["Egg", "Pumpkin", "Sugar"],
@@ -1518,7 +1518,7 @@
}, { }, {
"output": "Redstone Lamp", "output": "Redstone Lamp",
"input": [[4, "Redstone"], "Glowstone"], "input": [[4, "Redstone"], "Glowstone"],
"pattern": "00. 00. ...", "pattern": ".0. 010 .0.",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "Redstone Repeater", "output": "Redstone Repeater",
@@ -1732,7 +1732,7 @@
}, { }, {
"output": [[6, "Spruce Wood Slab"]], "output": [[6, "Spruce Wood Slab"]],
"input": [[3, "Spruce Wood Planks"]], "input": [[3, "Spruce Wood Planks"]],
"pattern": ".2. .0. .1.", "pattern": "... 000 ...",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": [[4, "Spruce Wood Stairs"]], "output": [[4, "Spruce Wood Stairs"]],