fixed all comments andrewminer wrote on prev commit

-2 new recipies
-removed tab and inserted 4 spaces instead
-removed crafting table for tiny tnt
-removed buildcraft recipie
This commit is contained in:
judos
2013-10-07 13:01:41 +02:00
parent ffb4274c23
commit e1ecc630c9
2 changed files with 10 additions and 6 deletions
+9 -5
View File
@@ -4,10 +4,6 @@
"recipes": [ "recipes": [
{ {
"output": [[1, "Wooden Gear"]],
"input": [[4, "Stick"]],
"tools": ["Crafting Table"]
}, {
"output": [[1, "Grind Stone"]], "output": [[1, "Grind Stone"]],
"input": [[3, "Certus Quartz Dust"], [3, "Stone"], [2, "Cobblestone"],[1, "Wooden Gear"]], "input": [[3, "Certus Quartz Dust"], [3, "Stone"], [2, "Cobblestone"],[1, "Wooden Gear"]],
"tools": ["Crafting Table"] "tools": ["Crafting Table"]
@@ -31,10 +27,18 @@
"output": [[1, "ME Basic Processor"]], "output": [[1, "ME Basic Processor"]],
"input": [[1, "Basic Processor Assembly"]], "input": [[1, "Basic Processor Assembly"]],
"tools": ["Furnace"] "tools": ["Furnace"]
}, {
"output": [[1, "ME Basic Processor"]],
"input": [[1, "Redstone Golden Chipset"], [1,"Silicon"], [1,"Fluix Dust"]],
"tools": []
}, { }, {
"output": [[1, "ME Advanced Processor"]], "output": [[1, "ME Advanced Processor"]],
"input": [[1, "Advanced Processor Assembly"]], "input": [[1, "Advanced Processor Assembly"]],
"tools": ["Furnace"] "tools": ["Furnace"]
}, {
"output": [[1, "ME Advanced Processor"]],
"input": [[1, "Redstone Diamond Chipset"], [1,"Silicon"], [1,"Fluix Dust"]],
"tools": []
}, { }, {
"output": [[1, "Vibration Catalyst"]], "output": [[1, "Vibration Catalyst"]],
"input": [[1, "Iron Ingot"], [1, "ME Conversion Matrix"], [1, "Lava Bucket"],[1,"Energy Cell"]], "input": [[1, "Iron Ingot"], [1, "ME Conversion Matrix"], [1, "Lava Bucket"],[1,"Energy Cell"]],
@@ -46,7 +50,7 @@
}, { }, {
"output": [[1, "Tiny TNT"]], "output": [[1, "Tiny TNT"]],
"input": [[2, "Gunpowder"], [2, "Certus Quartz Dust"]], "input": [[2, "Gunpowder"], [2, "Certus Quartz Dust"]],
"tools": ["Crafting Table"] "tools": []
}, { }, {
"output": [[8, "ME Cable - Blue"]], "output": [[8, "ME Cable - Blue"]],
"input": [[1, "Lapis Lazuli"],[8,"ME Cable"]], "input": [[1, "Lapis Lazuli"],[8,"ME Cable"]],