Merge pull request #27 from ZL123/master
Added recipes for Beacon, TNT, and Buttons.
This commit is contained in:
@@ -6,6 +6,10 @@
|
|||||||
"output": [[1, "Baked Potato"]],
|
"output": [[1, "Baked Potato"]],
|
||||||
"input": [[1, "Potato"], [125, "milli-coal"]],
|
"input": [[1, "Potato"], [125, "milli-coal"]],
|
||||||
"tools": ["Furnace"]
|
"tools": ["Furnace"]
|
||||||
|
}, {
|
||||||
|
"output": [[1, "Beacon"]],
|
||||||
|
"input": [[5, "Glass"], [3, "Obsidian"], [1, "Nether Star"]],
|
||||||
|
"tools": ["Crafting Table"]
|
||||||
}, {
|
}, {
|
||||||
"output": [[1, "Boat"]],
|
"output": [[1, "Boat"]],
|
||||||
"input": [[5, "Oak Plank"]],
|
"input": [[5, "Oak Plank"]],
|
||||||
@@ -366,6 +370,10 @@
|
|||||||
"output": [[1, "Stone Axe"]],
|
"output": [[1, "Stone Axe"]],
|
||||||
"input": [[3, "Cobblestone"], [2, "Stick"]],
|
"input": [[3, "Cobblestone"], [2, "Stick"]],
|
||||||
"tools": ["Crafting Table"]
|
"tools": ["Crafting Table"]
|
||||||
|
}, {
|
||||||
|
"output": [[1, "Stone Button"]],
|
||||||
|
"input": [[1, "Stone"]],
|
||||||
|
"tools": []
|
||||||
}, {
|
}, {
|
||||||
"output": [[1, "Stone Hoe"]],
|
"output": [[1, "Stone Hoe"]],
|
||||||
"input": [[2, "Cobblestone"], [2, "Stick"]],
|
"input": [[2, "Cobblestone"], [2, "Stick"]],
|
||||||
@@ -378,6 +386,10 @@
|
|||||||
"output": [[1, "Stone Sword"]],
|
"output": [[1, "Stone Sword"]],
|
||||||
"input": [[2, "Cobblestone"], [1, "Stick"]],
|
"input": [[2, "Cobblestone"], [1, "Stick"]],
|
||||||
"tools": ["Crafting Table"]
|
"tools": ["Crafting Table"]
|
||||||
|
}, {
|
||||||
|
"output": [[1, "TNT"]],
|
||||||
|
"input": [[5, "Gunpowder"], [4, "Sand"]],
|
||||||
|
"tools": ["Crafting Table"]
|
||||||
}, {
|
}, {
|
||||||
"output": [[1, "Water Bucket"]],
|
"output": [[1, "Water Bucket"]],
|
||||||
"input": [[1, "Bucket"], [1, "Water Source Block"]],
|
"input": [[1, "Bucket"], [1, "Water Source Block"]],
|
||||||
@@ -386,6 +398,10 @@
|
|||||||
"output": [[1, "Wooden Axe"]],
|
"output": [[1, "Wooden Axe"]],
|
||||||
"input": [[3, "Oak Plank"], [2, "Stick"]],
|
"input": [[3, "Oak Plank"], [2, "Stick"]],
|
||||||
"tools": ["Crafting Table"]
|
"tools": ["Crafting Table"]
|
||||||
|
}, {
|
||||||
|
"output": [[1, "Wooden Button"]],
|
||||||
|
"input": [[1, "Oak Plank"]],
|
||||||
|
"tools": []
|
||||||
}, {
|
}, {
|
||||||
"output": [[1, "Wooden Hoe"]],
|
"output": [[1, "Wooden Hoe"]],
|
||||||
"input": [[2, "Oak Plank"], [2, "Stick"]],
|
"input": [[2, "Oak Plank"], [2, "Stick"]],
|
||||||
|
|||||||
Reference in New Issue
Block a user