Complete basic crafting functionality
This commit is contained in:
@@ -454,7 +454,7 @@
|
||||
"tools": ["Crafting Table"]
|
||||
}, {
|
||||
"output": [[1, "Bronze Ingot"]],
|
||||
"input": [[1, "Bronze Dust"], [125, "milli-coal"]],
|
||||
"input": [[1, "Bronze Dust"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Bronze Leggings"]],
|
||||
@@ -502,7 +502,7 @@
|
||||
"tools": ["Macerator"]
|
||||
}, {
|
||||
"output": [[1, "Copper Ingot"]],
|
||||
"input": [[1, "Copper Ore"], [125, "milli-coal"]],
|
||||
"input": [[1, "Copper Ore"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Crop-Matron"]],
|
||||
@@ -682,7 +682,7 @@
|
||||
"tools": ["Crafting Table"]
|
||||
}, {
|
||||
"output": [[1, "Refined Iron"]],
|
||||
"input": [[1, "Iron Ingot"], [125, "milli-coal"]],
|
||||
"input": [[1, "Iron Ingot"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[7, "Reinforced Glass"]],
|
||||
@@ -690,7 +690,7 @@
|
||||
"tools": ["Crafting Table"]
|
||||
}, {
|
||||
"output": [[1, "Rubber"]],
|
||||
"input": [[1, "Resin"], [125, "milli-coal"]],
|
||||
"input": [[1, "Resin"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Rubber Boots"]],
|
||||
@@ -706,7 +706,7 @@
|
||||
"tools": ["Macerator"]
|
||||
}, {
|
||||
"output": [[1, "Silver Ingot"]],
|
||||
"input": [[1, "Silver Ore"], [125, "milli-coal"]],
|
||||
"input": [[1, "Silver Ore"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Solar Helmet"]],
|
||||
@@ -726,7 +726,7 @@
|
||||
"tools": ["Macerator"]
|
||||
}, {
|
||||
"output": [[1, "Tin Ingot"]],
|
||||
"input": [[1, "Tin Ore"], [125, "milli-coal"]],
|
||||
"input": [[1, "Tin Ore"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Tree Tap"]],
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"tools": []
|
||||
}, {
|
||||
"output": [[1, "Electrum Ingot"]],
|
||||
"input": [[1, "Electrum Blend"], [125, "milli-coal"]],
|
||||
"input": [[1, "Electrum Blend"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Energetic Infuser"]],
|
||||
@@ -86,7 +86,7 @@
|
||||
"tools": ["Crafting Table"]
|
||||
}, {
|
||||
"output": [[1, "Invar Ingot"]],
|
||||
"input": [[1, "Invar Blend"], [125, "milli-coal"]],
|
||||
"input": [[1, "Invar Blend"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Item Tesseract"]],
|
||||
@@ -94,7 +94,7 @@
|
||||
"tools": ["Crafting Table"]
|
||||
}, {
|
||||
"output": [[1, "Lead Ingot"]],
|
||||
"input": [[1, "Lead Ore"], [125, "milli-coal"]],
|
||||
"input": [[1, "Lead Ore"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Liquid Tesseract"]],
|
||||
@@ -190,7 +190,7 @@
|
||||
"tools": ["Pulverizer"]
|
||||
}, {
|
||||
"output": [[1, "Shiny Ingot"]],
|
||||
"input": [[1, "Shiny Dust"], [125, "milli-coal"]],
|
||||
"input": [[1, "Shiny Dust"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Crafting Table"]
|
||||
}, {
|
||||
"output": [[1, "Steam Engine"]],
|
||||
|
||||
+13
-13
@@ -10,7 +10,7 @@
|
||||
"tools": ["Crafting Table"]
|
||||
}, {
|
||||
"output": [[1, "Baked Potato"]],
|
||||
"input": [[1, "Potato"], [125, "milli-coal"]],
|
||||
"input": [[1, "Potato"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Beacon"]],
|
||||
@@ -62,7 +62,7 @@
|
||||
"tools": ["Crafting Table"]
|
||||
}, {
|
||||
"output": [[1, "Brick"]],
|
||||
"input": [[1, "Clay"], [125, "milli-coal"]],
|
||||
"input": [[1, "Clay"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Bricks"]],
|
||||
@@ -74,7 +74,7 @@
|
||||
"tools": ["Crafting Table"]
|
||||
}, {
|
||||
"output": [[1, "Cactus Green"]],
|
||||
"input": [[1, "Cactus"], [125, "milli-coal"]],
|
||||
"input": [[1, "Cactus"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Cake"], [1, "Bucket"]],
|
||||
@@ -106,7 +106,7 @@
|
||||
"tools": ["Crafting Table"]
|
||||
}, {
|
||||
"output": [[1, "Charcoal"]],
|
||||
"input": [[1, "Oak Log"], [125, "milli-coal"]],
|
||||
"input": [[1, "Oak Log"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Chest"]],
|
||||
@@ -126,15 +126,15 @@
|
||||
"tools": []
|
||||
}, {
|
||||
"output": [[1, "Cooked Chicken"]],
|
||||
"input": [[1, "Raw Chicken"], [125, "milli-coal"]],
|
||||
"input": [[1, "Raw Chicken"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Cooked Fish"]],
|
||||
"input": [[1, "Raw Fish"], [125, "milli-coal"]],
|
||||
"input": [[1, "Raw Fish"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Cooked Porkchop"]],
|
||||
"input": [[1, "Raw Porkchop"], [125, "milli-coal"]],
|
||||
"input": [[1, "Raw Porkchop"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Cookie"]],
|
||||
@@ -210,7 +210,7 @@
|
||||
"tools": ["Crafting Table"]
|
||||
}, {
|
||||
"output": [[1, "Glass"]],
|
||||
"input": [[1, "Sand"], [125, "milli-coal"]],
|
||||
"input": [[1, "Sand"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[3, "Glass Bottle"]],
|
||||
@@ -250,7 +250,7 @@
|
||||
"tools": ["Crafting Table"]
|
||||
}, {
|
||||
"output": [[1, "Gold Ingot"]],
|
||||
"input": [[1, "Gold Ore"], [125, "milli-coal"]],
|
||||
"input": [[1, "Gold Ore"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[9, "Gold Nugget"]],
|
||||
@@ -310,7 +310,7 @@
|
||||
"tools": ["Crafting Table"]
|
||||
}, {
|
||||
"output": [[1, "Iron Ingot"]],
|
||||
"input": [[1, "Iron Ore"], [125, "milli-coal"]],
|
||||
"input": [[1, "Iron Ore"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Iron Leggings"]],
|
||||
@@ -422,7 +422,7 @@
|
||||
"tools": []
|
||||
}, {
|
||||
"output": [[1, "Nether Brick (item)"]],
|
||||
"input": [[1, "Netherrack"], [125, "milli-coal"]],
|
||||
"input": [[1, "Netherrack"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Nether Brick (block)"]],
|
||||
@@ -486,7 +486,7 @@
|
||||
"tools": ["Crafting Table"]
|
||||
}, {
|
||||
"output": [[1, "Steak"]],
|
||||
"input": [[1, "Raw Beef"], [125, "milli-coal"]],
|
||||
"input": [[1, "Raw Beef"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[4, "Stick"]],
|
||||
@@ -502,7 +502,7 @@
|
||||
"tools": []
|
||||
}, {
|
||||
"output": [[1, "Stone"]],
|
||||
"input": [[1, "Cobblestone"], [125, "milli-coal"]],
|
||||
"input": [[1, "Cobblestone"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Stone Axe"]],
|
||||
|
||||
Reference in New Issue
Block a user