Update recipe books to new format
This commit is contained in:
+224
-227
@@ -4,332 +4,329 @@
|
||||
"mod_version": "rv-12b",
|
||||
"description": "Crafting recipes from Applied Energetics, by AlgorithmX2",
|
||||
"recipes": [
|
||||
|
||||
{
|
||||
"output": [[1, "Grind Stone"]],
|
||||
"input": [[3, "Certus Quartz Dust"], [3, "Stone"], [2, "Cobblestone"],[1, "Wooden Gear"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Grind Stone",
|
||||
"input": [[3, "Certus Quartz Dust"], [3, "Stone"], [2, "Cobblestone"], "Wooden Gear"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Quartz Cutting Knife"]],
|
||||
"input": [[1, "Iron Ingot"], [2, "Stick"], [2, "Certus Quartz"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Quartz Cutting Knife",
|
||||
"input": ["Iron Ingot", [2, "Stick"], [2, "Certus Quartz"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Basic Processor Assembly"]],
|
||||
"input": [[1, "Gold Ingot"], [2, "Redstone"], [1, "Silicon"]],
|
||||
"tools": ["Crafting Table","Quartz Cutting Knife"]
|
||||
"output": "Basic Processor Assembly",
|
||||
"input": ["Gold Ingot", [2, "Redstone"], "Silicon"],
|
||||
"tools": ["Crafting Table", "Quartz Cutting Knife"]
|
||||
}, {
|
||||
"output": [[1, "Advanced Processor Assembly"]],
|
||||
"input": [[1, "Diamond"], [2, "Redstone"], [1, "Silicon"]],
|
||||
"tools": ["Crafting Table","Quartz Cutting Knife"]
|
||||
"output": "Advanced Processor Assembly",
|
||||
"input": ["Diamond", [2, "Redstone"], "Silicon"],
|
||||
"tools": ["Crafting Table", "Quartz Cutting Knife"]
|
||||
}, {
|
||||
"output": [[1, "Silicon"]],
|
||||
"input": [[1, "Certus Quartz Dust"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Silicon",
|
||||
"input": "Certus Quartz Dust",
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "ME Basic Processor"]],
|
||||
"input": [[1, "Basic Processor Assembly"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "ME Basic Processor",
|
||||
"input": "Basic Processor Assembly",
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "ME Basic Processor"]],
|
||||
"input": [[1, "Redstone Golden Chipset"], [1,"Silicon"], [1,"Fluix Dust"]],
|
||||
"output": "ME Basic Processor",
|
||||
"input": ["Redstone Golden Chipset", [1, "Silicon"], [1, "Fluix Dust"]],
|
||||
"tools": ["Assembly Table", "Laser"]
|
||||
}, {
|
||||
"output": [[1, "ME Advanced Processor"]],
|
||||
"input": [[1, "Advanced Processor Assembly"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "ME Advanced Processor",
|
||||
"input": "Advanced Processor Assembly",
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "ME Advanced Processor"]],
|
||||
"input": [[1, "Redstone Diamond Chipset"], [1,"Silicon"], [1,"Fluix Dust"]],
|
||||
"output": "ME Advanced Processor",
|
||||
"input": ["Redstone Diamond Chipset", [1, "Silicon"], [1, "Fluix Dust"]],
|
||||
"tools": ["Assembly Table", "Laser"]
|
||||
}, {
|
||||
"output": [[1, "Vibration Catalyst"]],
|
||||
"input": [[1, "Iron Ingot"], [1, "ME Conversion Matrix"], [1, "Lava Bucket"],[1,"Energy Cell"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Vibration Catalyst",
|
||||
"input": ["Iron Ingot", "ME Conversion Matrix", "Lava Bucket", [1, "Energy Cell"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Entropy Accelerator"]],
|
||||
"input": [[1, "Iron Ingot"], [1, "ME Conversion Matrix"], [1, "Ice"],[1,"Energy Cell"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Entropy Accelerator",
|
||||
"input": ["Iron Ingot", "ME Conversion Matrix", "Ice", [1, "Energy Cell"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Tiny TNT"]],
|
||||
"input": [[2, "Gunpowder"], [2, "Certus Quartz Dust"]],
|
||||
"tools": []
|
||||
"output": "Tiny TNT",
|
||||
"input": [[2, "Gunpowder"], [2, "Certus Quartz Dust"]]
|
||||
}, {
|
||||
"output": [[8, "ME Cable - Blue"]],
|
||||
"input": [[1, "Lapis Lazuli"],[8,"ME Cable"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": ["Lapis Lazuli", [8, "ME Cable"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[8, "ME Cable - Black"]],
|
||||
"input": [[1, "Ink Sac"],[8,"ME Cable"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": ["Ink Sac", [8, "ME Cable"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[8, "ME Cable - White"]],
|
||||
"input": [[1, "Bone Meal"],[8,"ME Cable"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": ["Bone Meal", [8, "ME Cable"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[8, "ME Cable - Brown"]],
|
||||
"input": [[1, "Cocoa Beans"],[8,"ME Cable"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": ["Cocoa Beans", [8, "ME Cable"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[8, "ME Cable - Red"]],
|
||||
"input": [[1, "Rose Red"],[8,"ME Cable"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": ["Rose Red", [8, "ME Cable"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[8, "ME Cable - Yellow"]],
|
||||
"input": [[1, "Dandelion Yellow"],[8,"ME Cable"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": ["Dandelion Yellow", [8, "ME Cable"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[8, "ME Cable - Green"]],
|
||||
"input": [[1, "Cactus Green"],[8,"ME Cable"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": ["Cactus Green", [8, "ME Cable"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[8, "ME Cable - Green"]],
|
||||
"input": [[1, "Cactus Green"],[8,"ME Cable"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": ["Cactus Green", [8, "ME Cable"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Pattern Provider"]],
|
||||
"input": [[4, "Iron Ingot"],[1,"Crafting Table"],[2,"Conversion Matrix"],[1,"ME Advanced Processor"],[1,"Storage Cell"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Pattern Provider",
|
||||
"input": [[4, "Iron Ingot"], [1, "Crafting Table"], [2, "Conversion Matrix"], [1, "ME Advanced Processor"], [1, "Storage Cell"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Controller"]],
|
||||
"input": [[4, "Iron Ingot"], [4, "Fluix Crystal"],[1, "ME Advanced Processor"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Controller",
|
||||
"input": [[4, "Iron Ingot"], [4, "Fluix Crystal"], "ME Advanced Processor"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Drive"]],
|
||||
"input": [[4, "Iron Ingot"], [2, "Glass"],[2,"ME Basic Processor"],[1,"Chest"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Drive",
|
||||
"input": [[4, "Iron Ingot"], [2, "Glass"], [2, "ME Basic Processor"], [1, "Chest"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Pattern Encoder"]],
|
||||
"input": [[7, "Iron Ingot"],[1,"Crafting Table"],[1,"Conversion Matrix"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Pattern Encoder",
|
||||
"input": [[7, "Iron Ingot"], [1, "Crafting Table"], [1, "Conversion Matrix"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Wireless Access Point"]],
|
||||
"input": [[4, "Iron Ingot"],[3,"Glass"],[1,"Wireless Receiver"],[1,"ME Cable"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Wireless Access Point",
|
||||
"input": [[4, "Iron Ingot"], [3, "Glass"], [1, "Wireless Receiver"], [1, "ME Cable"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Access Terminal"]],
|
||||
"input": [[4, "Iron Ingot"], [3, "Glass"],[1,"Conversion Matrix"],[1,"ME Cable"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Access Terminal",
|
||||
"input": [[4, "Iron Ingot"], [3, "Glass"], [1, "Conversion Matrix"], [1, "ME Cable"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Chest"]],
|
||||
"input": [[5, "Iron Ingot"], [1, "Chest"], [1, "Conversion Matrix"], [2, "Glass"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Chest",
|
||||
"input": [[5, "Iron Ingot"], "Chest", "Conversion Matrix", [2, "Glass"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Interface"]],
|
||||
"input": [[4, "Iron Ingot"], [3, "Glass"],[1,"Conversion Matrix"],[1,"ME Cable"]],
|
||||
"tools": ["Craftin Table"]
|
||||
"output": "ME Interface",
|
||||
"input": [[4, "Iron Ingot"], [3, "Glass"], [1, "Conversion Matrix"], [1, "ME Cable"]],
|
||||
"tools": "Craftin Table"
|
||||
}, {
|
||||
"output": [[1, "ME Partition Editor"]],
|
||||
"input": [[5, "Iron Ingot"],[2,"Glass"],[1,"Conversion Matrix"],[1,"Crafting Table"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Partition Editor",
|
||||
"input": [[5, "Iron Ingot"], [2, "Glass"], [1, "Conversion Matrix"], [1, "Crafting Table"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Precision Export Bus"]],
|
||||
"input": [[1, "ME Basic Export Bus"],[1,"ME Basic Processor"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Precision Export Bus",
|
||||
"input": ["ME Basic Export Bus", [1, "ME Basic Processor"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Precision Import Bus"]],
|
||||
"input": [[1, "ME Basic Import Bus"],[1,"ME Basic Processor"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Precision Import Bus",
|
||||
"input": ["ME Basic Import Bus", [1, "ME Basic Processor"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Crafting Terminal"]],
|
||||
"input": [[4, "Iron Ingot"],[2,"Glass"],[1,"Crafting Table"],[1,"Storage Cell"],[1,"ME Access Terminal"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Crafting Terminal",
|
||||
"input": [[4, "Iron Ingot"], [2, "Glass"], [1, "Crafting Table"], [1, "Storage Cell"], [1, "ME Access Terminal"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Level Emitter"]],
|
||||
"input": [[2, "Iron Ingot"], [1, "ME Basic Processor"], [1, "ME Cable"], [1, "Redstone Torch"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Level Emitter",
|
||||
"input": [[2, "Iron Ingot"], "ME Basic Processor", "ME Cable", "Redstone Torch"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Crafting CPU"]],
|
||||
"input": [[4, "Iron Ingot"],[2, "Certus Quartz"],[2, "Glowstone Dust"],[1, "ME Advanced Processor"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Crafting CPU",
|
||||
"input": [[4, "Iron Ingot"], [2, "Certus Quartz"], [2, "Glowstone Dust"], "ME Advanced Processor"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Heat Vent"]],
|
||||
"input": [[4, "Iron Ingot"],[4, "Iron Bars"],[1, "ME Cable"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Heat Vent",
|
||||
"input": [[4, "Iron Ingot"], [4, "Iron Bars"], "ME Cable"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Assembler Containment Wall"]],
|
||||
"input": [[4, "Iron Ingot"],[4, "Gold Ingot"],[1, "Certus Quartz"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Assembler Containment Wall",
|
||||
"input": [[4, "Iron Ingot"], [4, "Gold Ingot"], "Certus Quartz"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Dark Cable"]],
|
||||
"input": [[2, "Redstone"],[2, "ME Cable"],[1, "Lever"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Dark Cable",
|
||||
"input": [[2, "Redstone"], [2, "ME Cable"], "Lever"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Storage Bus"]],
|
||||
"input": [[1, "ME Cable"],[1, "ME Interface"],[3, "Iron Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Storage Bus",
|
||||
"input": ["ME Cable", "ME Interface", [3, "Iron Ingot"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME IO Port"]],
|
||||
"input": [[3, "Glass"],[2, "ME Drive"],[1, "ME Cable"],[2, "Iron Ingot"],[1, "ME Basic Processor"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME IO Port",
|
||||
"input": [[3, "Glass"], [2, "ME Drive"], "ME Cable", [2, "Iron Ingot"], "ME Basic Processor"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Crafting Monitor"]],
|
||||
"input": [[4, "Iron Ingot"],[3, "Glass"],[1, "ME Cable"],[1, "ME Basic Processor"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Crafting Monitor",
|
||||
"input": [[4, "Iron Ingot"], [3, "Glass"], "ME Cable", "ME Basic Processor"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Storage Monitor"]],
|
||||
"input": [[4, "Iron Ingot"],[3, "Glass"],[1, "ME Cable"],[1, "ME Level Emitter"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Storage Monitor",
|
||||
"input": [[4, "Iron Ingot"], [3, "Glass"], "ME Cable", "ME Level Emitter"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Covered Cable"]],
|
||||
"input": [[1, "ME Cable"],[1, "Wool"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Covered Cable",
|
||||
"input": ["ME Cable", "Wool"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[3, "ME Cable"]],
|
||||
"input": [[6, "Glass"],[3, "Fluix Dust"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": [[6, "Glass"], [3, "Fluix Dust"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Fuzzy Storage Bus"]],
|
||||
"input": [[4, "Wool"],[1, "ME Storage Bus"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Fuzzy Storage Bus",
|
||||
"input": [[4, "Wool"], "ME Storage Bus"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Fuzzy Export Bus"]],
|
||||
"input": [[1, "ME Basic Export Bus"],[1, "ME Advanced Processor"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Fuzzy Export Bus",
|
||||
"input": ["ME Basic Export Bus", "ME Advanced Processor"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Fuzzy Import Bus"]],
|
||||
"input": [[1, "ME Basic Import Bus"],[1, "ME Advanced Processor"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Fuzzy Import Bus",
|
||||
"input": ["ME Basic Import Bus", "ME Advanced Processor"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Basic Export Bus"]],
|
||||
"input": [[1, "ME Cable"],[2, "Iron Ingot"],[1, "ME Interface"],[1, "Piston"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Basic Export Bus",
|
||||
"input": ["ME Cable", [2, "Iron Ingot"], "ME Interface", "Piston"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Basic Import Bus"]],
|
||||
"input": [[1, "ME Cable"],[2, "Iron Ingot"],[1, "ME Interface"],[1, "Sticky Piston"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Basic Import Bus",
|
||||
"input": ["ME Cable", [2, "Iron Ingot"], "ME Interface", "Sticky Piston"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Transition Plane"]],
|
||||
"input": [[3, "Fluix Dust"],[4, "Iron Ingot"],[1, "Conversion Matrix"],[1, "ME Cable"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Transition Plane",
|
||||
"input": [[3, "Fluix Dust"], [4, "Iron Ingot"], "Conversion Matrix", "ME Cable"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Energy Cell"]],
|
||||
"input": [[4, "Iron Ingot"],[4, "Fluix Crystal"],[1, "Glass"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Energy Cell",
|
||||
"input": [[4, "Iron Ingot"], [4, "Fluix Crystal"], "Glass"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Power Relay"]],
|
||||
"input": [[4, "Iron Ingot"],[4, "ME Cable"],[1, "Energy Cell"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Power Relay",
|
||||
"input": [[4, "Iron Ingot"], [4, "ME Cable"], "Energy Cell"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Condenser"]],
|
||||
"input": [[4, "Iron Ingot"],[4, "Glass"],[1, "Fluix Dust"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Condenser",
|
||||
"input": [[4, "Iron Ingot"], [4, "Glass"], "Fluix Dust"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Quantum Field Ring"]],
|
||||
"input": [[4, "Iron Ingot"],[2, "ME Basic Processor"],[1, "ME Advanced Processor"],[1, "Energy Cell"],[1, "ME Cable"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Quantum Field Ring",
|
||||
"input": [[4, "Iron Ingot"], [2, "ME Basic Processor"], "ME Advanced Processor", "Energy Cell", "ME Cable"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Quantum Link Chamber"]],
|
||||
"input": [[4, "Quartz Glass"],[4, "Fluix Pearl"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Quantum Link Chamber",
|
||||
"input": [[4, "Quartz Glass"], [4, "Fluix Pearl"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Certus Quartz Block"]],
|
||||
"output": "Certus Quartz Block",
|
||||
"input": [[4, "Certus Quartz"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[4, "Quartz Glass"]],
|
||||
"input": [[5, "Certus Quartz Dust"],[4, "Glass"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": [[5, "Certus Quartz Dust"], [4, "Glass"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Vibrant Quartz Glass"]],
|
||||
"input": [[1, "Quartz Glass"],[2, "Glowstone Dust"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Vibrant Quartz Glass",
|
||||
"input": ["Quartz Glass", [2, "Glowstone Dust"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME 1k Storage"]],
|
||||
"input": [[2, "Glass"],[3, "Redstone"],[1, "Storage Cell"],[3, "Iron Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME 1k Storage",
|
||||
"input": [[2, "Glass"], [3, "Redstone"], "Storage Cell", [3, "Iron Ingot"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME 4k Storage"]],
|
||||
"input": [[2, "Glass"],[3, "Redstone"],[1, "Storage Segment"],[3, "Iron Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME 4k Storage",
|
||||
"input": [[2, "Glass"], [3, "Redstone"], "Storage Segment", [3, "Iron Ingot"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME 16k Storage"]],
|
||||
"input": [[2, "Glass"],[3, "Redstone"],[1, "Storage Block"],[3, "Iron Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME 16k Storage",
|
||||
"input": [[2, "Glass"], [3, "Redstone"], "Storage Block", [3, "Iron Ingot"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME 64k Storage"]],
|
||||
"input": [[2, "Glass"],[3, "Redstone"],[1, "Storage Cluster"],[3, "Iron Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME 64k Storage",
|
||||
"input": [[2, "Glass"], [3, "Redstone"], "Storage Cluster", [3, "Iron Ingot"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Conversion Matrix"]],
|
||||
"input": [[4, "Iron Ingot"],[1, "Nether Quartz"],[2, "Fluix Dust"],[1, "ME Basic Processor"],[1, "Certus Quartz"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Conversion Matrix",
|
||||
"input": [[4, "Iron Ingot"], "Nether Quartz", [2, "Fluix Dust"], "ME Basic Processor", "Certus Quartz"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Storage Cell"]],
|
||||
"input": [[4, "Redstone"],[4, "Certus Quartz"],[1, "ME Basic Processor"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Storage Cell",
|
||||
"input": [[4, "Redstone"], [4, "Certus Quartz"], "ME Basic Processor"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Storage Segment"]],
|
||||
"input": [[4, "Redstone"],[3, "Storage Cell"],[1, "Glass"],[1,"ME Basic Processor"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Storage Segment",
|
||||
"input": [[4, "Redstone"], [3, "Storage Cell"], "Glass", [1, "ME Basic Processor"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Storage Block"]],
|
||||
"input": [[4, "Glowstone"],[3, "Storage Segment"],[1, "Glass"],[1,"ME Advanced Processor"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Storage Block",
|
||||
"input": [[4, "Glowstone"], [3, "Storage Segment"], "Glass", [1, "ME Advanced Processor"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Storage Cluster"]],
|
||||
"input": [[4, "Glowstone"],[3, "Storage Block"],[1, "Glass"],[1,"ME Advanced Processor"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Storage Cluster",
|
||||
"input": [[4, "Glowstone"], [3, "Storage Block"], "Glass", [1, "ME Advanced Processor"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Wireless Receiver"]],
|
||||
"input": [[1, "Fluix Pearl"],[3, "Iron Ingot"],[1, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Wireless Receiver",
|
||||
"input": ["Fluix Pearl", [3, "Iron Ingot"], "Stick"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Wireless Booster"]],
|
||||
"input": [[2, "Iron Ingot"],[1, "Redstone"],[1, "Certus Quartz"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Wireless Booster",
|
||||
"input": [[2, "Iron Ingot"], "Redstone", "Certus Quartz"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Wooden Crank"]],
|
||||
"output": "Wooden Crank",
|
||||
"input": [[5, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Flour"]],
|
||||
"input": [[1, "Wheat"]],
|
||||
"tools": ["Pulverizer"]
|
||||
"output": "Flour",
|
||||
"input": "Wheat",
|
||||
"tools": "Pulverizer"
|
||||
}, {
|
||||
"output": [[2, "Fluix Dust"]],
|
||||
"input": [[1, "Redstone"],[1, "Certus Quartz Dust"],[1, "Nether Quartz Dust"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": ["Redstone", "Certus Quartz Dust", "Nether Quartz Dust"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Blank Pattern"]],
|
||||
"input": [[2, "Glass"],[3, "Glowstone"],[1, "Certus Quartz"],[3, "Iron Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Blank Pattern",
|
||||
"input": [[2, "Glass"], [3, "Glowstone"], "Certus Quartz", [3, "Iron Ingot"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Nether Quartz Dust"]],
|
||||
"input": [[1, "Nether Quartz"]],
|
||||
"tools": ["Pulverizer"]
|
||||
"output": "Nether Quartz Dust",
|
||||
"input": "Nether Quartz",
|
||||
"tools": "Pulverizer"
|
||||
}, {
|
||||
"output": [[1, "Fluix Crystal"]],
|
||||
"input": [[1, "Certus Quartz"],[1, "Nether Quartz"],[1, "Redstone"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Fluix Crystal",
|
||||
"input": ["Certus Quartz", "Nether Quartz", "Redstone"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Fluix Pearl"]],
|
||||
"input": [[4, "Fluix Dust"],[4, "Fluix Crystal"],[1, "Ender Pearl"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Fluix Pearl",
|
||||
"input": [[4, "Fluix Dust"], [4, "Fluix Crystal"], "Ender Pearl"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Matter Ball"]],
|
||||
"output": "Matter Ball",
|
||||
"input": [[256, "Cobblestone"]],
|
||||
"tools": ["ME Condenser"]
|
||||
"tools": "ME Condenser"
|
||||
}, {
|
||||
"output": [[1, "Singularity"]],
|
||||
"output": "Singularity",
|
||||
"input": [[25600, "Cobblestone"]],
|
||||
"tools": ["ME Condenser"]
|
||||
"tools": "ME Condenser"
|
||||
}, {
|
||||
"output": [[1, "Ender Pearl Dust"]],
|
||||
"input": [[1, "Ender Pearl"]],
|
||||
"tools": ["Pulverizer"]
|
||||
"output": "Ender Pearl Dust",
|
||||
"input": "Ender Pearl",
|
||||
"tools": "Pulverizer"
|
||||
}, {
|
||||
"output": [[1, "Quartz Wrench"]],
|
||||
"output": "Quartz Wrench",
|
||||
"input": [[5, "Certus Quartz"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "ME Wireless Access Terminal"]],
|
||||
"input": [[1, "Wireless Receiver"],[1, "ME Access Terminal"],[1, "Energy Cell"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "ME Wireless Access Terminal",
|
||||
"input": ["Wireless Receiver", "ME Access Terminal", "Energy Cell"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Matter Cannon"]],
|
||||
"input": [[3, "Iron Ingot"],[1, "Conversion Matrix"],[1, "Storage Segment"],[1, "Energy Cell"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Matter Cannon",
|
||||
"input": [[3, "Iron Ingot"], "Conversion Matrix", "Storage Segment", "Energy Cell"],
|
||||
"tools": "Crafting Table"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
+137
-152
@@ -5,254 +5,239 @@
|
||||
"description": "Crafting recipes from BuildCraft, by SpaceToad",
|
||||
"recipes": [
|
||||
{
|
||||
"output": [[1, "Advanced Crafting Table"]],
|
||||
"input": [[6, "Obsidian"], [1, "Crafting Table"], [1, "Chest"], [1, "Redstone Chipset"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Advanced Crafting Table",
|
||||
"input": [[6, "Obsidian"], "Crafting Table", "Chest", "Redstone Chipset"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Assembly Table"]],
|
||||
"input": [[6, "Obsidian"], [1, "Diamond"], [1, "Diamond Gear"], [1, "Redstone"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Assembly Table",
|
||||
"input": [[6, "Obsidian"], "Diamond", "Diamond Gear", "Redstone"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Automatic Crafting Table"]],
|
||||
"input": [[4, "Wooden Gear"], [1, "Crafting Table"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Automatic Crafting Table",
|
||||
"input": [[4, "Wooden Gear"], "Crafting Table"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Basic Gate"]],
|
||||
"input": [[1, "Redstone Chipset"]],
|
||||
"output": "Basic Gate",
|
||||
"input": "Redstone Chipset",
|
||||
"tools": ["Assembly Table", "Laser"]
|
||||
}, {
|
||||
"output": [[8, "Blue Pipe Wire"]],
|
||||
"input": [[1, "Iron Ingot"], [1, "Redstone"], [1, "Lapis Lazuli"]],
|
||||
"input": ["Iron Ingot", "Redstone", "Lapis Lazuli"],
|
||||
"tools": ["Assembly Table", "Laser"]
|
||||
}, {
|
||||
"output": [[1, "Chute"]],
|
||||
"input": [[5, "Iron Ingot"], [1, "Cobblestone Gear"], [1, "Chest"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Chute",
|
||||
"input": [[5, "Iron Ingot"], "Cobblestone Gear", "Chest"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Cobblestone Conductive Pipe"]],
|
||||
"input": [[1, "Cobblestone Pipe"], [1, "Redstone"]],
|
||||
"tools": []
|
||||
"output": "Cobblestone Conductive Pipe",
|
||||
"input": ["Cobblestone Pipe", "Redstone"]
|
||||
}, {
|
||||
"output": [[1, "Cobblestone Gear"]],
|
||||
"input": [[1, "Wooden Gear"], [4, "Cobblestone"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Cobblestone Gear",
|
||||
"input": ["Wooden Gear", [4, "Cobblestone"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[8, "Cobblestone Pipe"]],
|
||||
"input": [[2, "Cobblestone"], [1, "Glass"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": [[2, "Cobblestone"], "Glass"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Cobblestone Waterproof Pipe"]],
|
||||
"input": [[1, "Cobblestone Pipe"], [1, "Pipe Waterproof"]],
|
||||
"tools": []
|
||||
"output": "Cobblestone Waterproof Pipe",
|
||||
"input": ["Cobblestone Pipe", "Pipe Waterproof"]
|
||||
}, {
|
||||
"output": [[1, "Combustion Engine"]],
|
||||
"input": [[3, "Iron Ingot"], [2, "Iron Gear"], [1, "Glass"], [1, "Piston"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Combustion Engine",
|
||||
"input": [[3, "Iron Ingot"], [2, "Iron Gear"], "Glass", "Piston"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Diamond AND Gate"]],
|
||||
"input": [[1, "Diamond Chipset"], [1, "Red Pipe Wire"], [1, "Blue Pipe Wire"], [1, "Yellow Pipe Wire"], [1, "Green Pipe Wire"]],
|
||||
"output": "Diamond AND Gate",
|
||||
"input": ["Diamond Chipset", "Red Pipe Wire", "Blue Pipe Wire", "Yellow Pipe Wire", "Green Pipe Wire"],
|
||||
"tools": ["Assembly Table", "Laser"]
|
||||
}, {
|
||||
"output": [[1, "Diamond Chipset"]],
|
||||
"input": [[1, "Redstone"], [1, "Diamond"]],
|
||||
"output": "Diamond Chipset",
|
||||
"input": ["Redstone", "Diamond"],
|
||||
"tools": ["Assembly Table", "Laser"]
|
||||
}, {
|
||||
"output": [[8, "Diamond Pipe"]],
|
||||
"input": [[2, "Diamond"], [1, "Glass"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": [[2, "Diamond"], "Glass"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Diamond Conductive Pipe"]],
|
||||
"input": [[1, "Diamond Pipe"], [1, "Redstone"]],
|
||||
"tools": []
|
||||
"output": "Diamond Conductive Pipe",
|
||||
"input": ["Diamond Pipe", "Redstone"]
|
||||
}, {
|
||||
"output": [[1, "Diamond Gear"]],
|
||||
"input": [[1, "Gold Gear"], [4, "Diamond"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Diamond Gear",
|
||||
"input": ["Gold Gear", [4, "Diamond"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Diamond OR Gate"]],
|
||||
"input": [[1, "Diamond Chipset"], [1, "Red Pipe Wire"], [1, "Blue Pipe Wire"], [1, "Yellow Pipe Wire"], [1, "Green Pipe Wire"]],
|
||||
"output": "Diamond OR Gate",
|
||||
"input": ["Diamond Chipset", "Red Pipe Wire", "Blue Pipe Wire", "Yellow Pipe Wire", "Green Pipe Wire"],
|
||||
"tools": ["Assembly Table", "Laser"]
|
||||
}, {
|
||||
"output": [[8, "Emerald Pipe"]],
|
||||
"input": [[2, "Emerald"], [1, "Glass"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": [[2, "Emerald"], "Glass"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Emerald Waterproof Pipe"]],
|
||||
"input": [[1, "Emerald Pipe"], [1, "Pipe Waterproof"]],
|
||||
"tools": []
|
||||
"output": "Emerald Waterproof Pipe",
|
||||
"input": ["Emerald Pipe", "Pipe Waterproof"]
|
||||
}, {
|
||||
"output": [[1, "Facade"]],
|
||||
"input": [[3, "Structure Pipe"], [1, "source block"]],
|
||||
"output": "Facade",
|
||||
"input": [[3, "Structure Pipe"], "source block"],
|
||||
"tools": ["Assembly Table", "Laser"]
|
||||
}, {
|
||||
"output": [[1, "Filler"]],
|
||||
"input": [[2, "Dandelion Yellow"], [2, "Ink Sac"], [1, "Landmark"], [1, "Chest"], [1, "Crafting Table"], [2, "Gold Gear"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Filler",
|
||||
"input": [[2, "Dandelion Yellow"], [2, "Ink Sac"], "Landmark", "Chest", "Crafting Table", [2, "Gold Gear"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Gold AND Gate"]],
|
||||
"input": [[1, "Gold Chipset"], [1, "Red Pipe Wire"], [1, "Blue Pipe Wire"]],
|
||||
"output": "Gold AND Gate",
|
||||
"input": ["Gold Chipset", "Red Pipe Wire", "Blue Pipe Wire"],
|
||||
"tools": ["Assembly Table", "Laser"]
|
||||
}, {
|
||||
"output": [[1, "Gold Chipset"]],
|
||||
"input": [[1, "Redstone"], [1, "Gold Ingot"]],
|
||||
"output": "Gold Chipset",
|
||||
"input": ["Redstone", "Gold Ingot"],
|
||||
"tools": ["Assembly Table", "Laser"]
|
||||
}, {
|
||||
"output": [[1, "Gold Conductive Pipe"]],
|
||||
"input": [[1, "Gold Pipe"], [1, "Redstone"]],
|
||||
"tools": []
|
||||
"output": "Gold Conductive Pipe",
|
||||
"input": ["Gold Pipe", "Redstone"]
|
||||
}, {
|
||||
"output": [[1, "Gold Gear"]],
|
||||
"input": [[1, "Iron Gear"], [4, "Gold Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Gold Gear",
|
||||
"input": ["Iron Gear", [4, "Gold Ingot"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Gold OR Gate"]],
|
||||
"input": [[1, "Gold Chipset"], [1, "Red Pipe Wire"], [1, "Blue Pipe Wire"]],
|
||||
"output": "Gold OR Gate",
|
||||
"input": ["Gold Chipset", "Red Pipe Wire", "Blue Pipe Wire"],
|
||||
"tools": ["Assembly Table", "Laser"]
|
||||
}, {
|
||||
"output": [[8, "Gold Pipe"]],
|
||||
"input": [[2, "Gold Ingot"], [1, "Glass"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": [[2, "Gold Ingot"], "Glass"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Gold Waterproof Pipe"]],
|
||||
"input": [[1, "Gold Pipe"], [1, "Pipe Waterproof"]],
|
||||
"tools": []
|
||||
"output": "Gold Waterproof Pipe",
|
||||
"input": ["Gold Pipe", "Pipe Waterproof"]
|
||||
}, {
|
||||
"output": [[8, "Green Pipe Wire"]],
|
||||
"input": [[1, "Iron Ingot"], [1, "Redstone"], [1, "Cactus Green"]],
|
||||
"input": ["Iron Ingot", "Redstone", "Cactus Green"],
|
||||
"tools": ["Assembly Table", "Laser"]
|
||||
}, {
|
||||
"output": [[1, "Iron AND Gate"]],
|
||||
"input": [[1, "Iron Chipset"], [1, "Red Pipe Wire"]],
|
||||
"output": "Iron AND Gate",
|
||||
"input": ["Iron Chipset", "Red Pipe Wire"],
|
||||
"tools": ["Assembly Table", "Laser"]
|
||||
}, {
|
||||
"output": [[1, "Iron Chipset"]],
|
||||
"input": [[1, "Redstone"], [1, "Iron Ingot"]],
|
||||
"output": "Iron Chipset",
|
||||
"input": ["Redstone", "Iron Ingot"],
|
||||
"tools": ["Assembly Table", "Laser"]
|
||||
}, {
|
||||
"output": [[1, "Iron Gear"]],
|
||||
"input": [[1, "Cobblestone Gear"], [4, "Iron Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Iron Gear",
|
||||
"input": ["Cobblestone Gear", [4, "Iron Ingot"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Iron OR Gate"]],
|
||||
"input": [[1, "Iron Chipset"], [1, "Red Pipe Wire"]],
|
||||
"output": "Iron OR Gate",
|
||||
"input": ["Iron Chipset", "Red Pipe Wire"],
|
||||
"tools": ["Assembly Table", "Laser"]
|
||||
}, {
|
||||
"output": [[8, "Iron Pipe"]],
|
||||
"input": [[2, "Iron Ingot"], [1, "Glass"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": [[2, "Iron Ingot"], "Glass"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Iron Waterproof Pipe"]],
|
||||
"input": [[1, "Iron Pipe"], [1, "Pipe Waterproof"]],
|
||||
"tools": []
|
||||
"output": "Iron Waterproof Pipe",
|
||||
"input": ["Iron Pipe", "Pipe Waterproof"]
|
||||
}, {
|
||||
"output": [[1, "Landmark"]],
|
||||
"input": [[1, "Redstone Torch"], [1, "Lapis Lazuli"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Landmark",
|
||||
"input": ["Redstone Torch", "Lapis Lazuli"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Laser"]],
|
||||
"output": "Laser",
|
||||
"input": [[5, "Redstone"], [2, "Diamond"], [2, "Obsidian"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Mining Well"]],
|
||||
"input": [[6, "Iron Ingot"], [1, "Iron Gear"], [1, "Iron Pickaxe"], [1, "Redstone"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Mining Well",
|
||||
"input": [[6, "Iron Ingot"], "Iron Gear", "Iron Pickaxe", "Redstone"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[8, "Obsidian Pipe"]],
|
||||
"input": [[2, "Obsidian"], [1, "Glass"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": [[2, "Obsidian"], "Glass"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Pipe Waterproof"]],
|
||||
"input": [[1, "Cactus Green"]],
|
||||
"tools": []
|
||||
"output": "Pipe Waterproof",
|
||||
"input": "Cactus Green"
|
||||
}, {
|
||||
"output": [[1, "Pump"]],
|
||||
"input": [[1, "Mining Well"], [1, "Tank"]],
|
||||
"tools": []
|
||||
"output": "Pump",
|
||||
"input": ["Mining Well", "Tank"]
|
||||
}, {
|
||||
"output": [[1, "Quarry"]],
|
||||
"input": [[3, "Iron Gear"], [2, "Gold Gear"], [2, "Diamond Gear"], [1, "Diamond Pickaxe"], [1, "Redstone"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Quarry",
|
||||
"input": [[3, "Iron Gear"], [2, "Gold Gear"], [2, "Diamond Gear"], "Diamond Pickaxe", "Redstone"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[8, "Red Pipe Wire"]],
|
||||
"input": [[1, "Iron Ingot"], [1, "Redstone"], [1, "Rose Red"]],
|
||||
"input": ["Iron Ingot", "Redstone", "Rose Red"],
|
||||
"tools": ["Assembly Table", "Laser"]
|
||||
}, {
|
||||
"output": [[1, "Redstone Chipset"]],
|
||||
"input": [[1, "Redstone"]],
|
||||
"output": "Redstone Chipset",
|
||||
"input": "Redstone",
|
||||
"tools": ["Assembly Table", "Laser"]
|
||||
}, {
|
||||
"output": [[1, "Redstone Engine"]],
|
||||
"input": [[3, "Oak Plank"], [2, "Wooden Gear"], [1, "Glass"], [1, "Piston"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Redstone Engine",
|
||||
"input": [[3, "Oak Plank"], [2, "Wooden Gear"], "Glass", "Piston"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Refinery"]],
|
||||
"input": [[3, "Tank"], [2, "Redstone Torch"], [1, "Diamond Gear"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Refinery",
|
||||
"input": [[3, "Tank"], [2, "Redstone Torch"], "Diamond Gear"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[8, "Sandstone Pipe"]],
|
||||
"input": [[2, "Sandstone"], [1, "Glass"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": [[2, "Sandstone"], "Glass"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Sandstone Waterproof Pipe"]],
|
||||
"input": [[1, "Sandstone Pipe"], [1, "Pipe Waterproof"]],
|
||||
"tools": []
|
||||
"output": "Sandstone Waterproof Pipe",
|
||||
"input": ["Sandstone Pipe", "Pipe Waterproof"]
|
||||
}, {
|
||||
"output": [[1, "Stirling Engine"]],
|
||||
"input": [[3, "Cobblestone"], [2, "Cobblestone Gear"], [1, "Glass"], [1, "Piston"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Stirling Engine",
|
||||
"input": [[3, "Cobblestone"], [2, "Cobblestone Gear"], "Glass", "Piston"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Stone Conductive Pipe"]],
|
||||
"input": [[1, "Stone Pipe"], [1, "Redstone"]],
|
||||
"output": "Stone Conductive Pipe",
|
||||
"input": ["Stone Pipe", "Redstone"],
|
||||
"tools": []
|
||||
}, {
|
||||
"output": [[8, "Stone Pipe"]],
|
||||
"input": [[2, "Stone"], [1, "Glass"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": [[2, "Stone"], "Glass"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Stone Waterproof Pipe"]],
|
||||
"input": [[1, "Stone Pipe"], [1, "Pipe Waterproof"]],
|
||||
"tools": []
|
||||
"output": "Stone Waterproof Pipe",
|
||||
"input": ["Stone Pipe", "Pipe Waterproof"]
|
||||
}, {
|
||||
"output": [[8, "Stripe Pipe"]],
|
||||
"input": [[1, "Ink Sac"], [1, "Glass"], [1, "Dandelion Yellow"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": ["Ink Sac", "Glass", "Dandelion Yellow"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Structure Pipe"]],
|
||||
"input": [[1, "Cobblestone Pipe"], [1, "Gravel"]],
|
||||
"tools": []
|
||||
"output": "Structure Pipe",
|
||||
"input": ["Cobblestone Pipe", "Gravel"]
|
||||
}, {
|
||||
"output": [[1, "Tank"]],
|
||||
"output": "Tank",
|
||||
"input": [[8, "Glass"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Wooden Conductive Pipe"]],
|
||||
"input": [[1, "Wooden Pipe"], [1, "Redstone"]],
|
||||
"tools": []
|
||||
"output": "Wooden Conductive Pipe",
|
||||
"input": ["Wooden Pipe", "Redstone"]
|
||||
}, {
|
||||
"output": [[1, "Wooden Gear"]],
|
||||
"output": "Wooden Gear",
|
||||
"input": [[4, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[8, "Wooden Pipe"]],
|
||||
"input": [[2, "Oak Plank"], [1, "Glass"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": [[2, "Oak Plank"], "Glass"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Wooden Waterproof Pipe"]],
|
||||
"input": [[1, "Wooden Pipe"], [1, "Pipe Waterproof"]],
|
||||
"tools": []
|
||||
"output": "Wooden Waterproof Pipe",
|
||||
"input": ["Wooden Pipe", "Pipe Waterproof"]
|
||||
}, {
|
||||
"output": [[1, "Wrench (buildcraft)"]],
|
||||
"input": [[3, "Iron Ingot"], [1, "Cobblestone Gear"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Wrench (buildcraft)",
|
||||
"input": [[3, "Iron Ingot"], "Cobblestone Gear"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[8, "Void Pipe"]],
|
||||
"input": [[1, "Ink Sac"], [1, "Glass"], [1, "Redstone"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": ["Ink Sac", "Glass", "Redstone"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[8, "Yellow Pipe Wire"]],
|
||||
"input": [[1, "Iron Ingot"], [1, "Redstone"], [1, "Dandelion Yellow"]],
|
||||
"input": ["Iron Ingot", "Redstone", "Dandelion Yellow"],
|
||||
"tools": ["Assembly Table", "Laser"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
+42
-42
@@ -5,65 +5,65 @@
|
||||
"description": "Crafting recipes from GraviSuite, by flotschi301",
|
||||
"recipes": [
|
||||
{
|
||||
"output": [[1, "GraviChestPlate"]],
|
||||
"input": [[1, "Quantum Bodyarmor"], [1, "HV Transformer"], [1, "Ultimate Lappack"], [2, "Gravitation Engine"], [4, "Superconductor"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "GraviChestPlate",
|
||||
"input": ["Quantum Bodyarmor", "HV Transformer", "Ultimate Lappack", [2, "Gravitation Engine"], [4, "Superconductor"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Ultimate Lappack"]],
|
||||
"input": [[6, "Lapotron Crystal"], [1, "Iridium Plate"], [1, "LapPack"], [1, "Superconductor"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Ultimate Lappack",
|
||||
"input": [[6, "Lapotron Crystal"], "Iridium Plate", "LapPack", "Superconductor"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[3, "Superconductor"]],
|
||||
"input": [[6, "Superconductor Cover"], [2, "Glass Fiber Cable"], [1, "Gold Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": [[6, "Superconductor Cover"], [2, "Glass Fiber Cable"], "Gold Ingot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[3, "Superconductor Cover"]],
|
||||
"input": [[4, "Advanced Alloy"], [3, "Carbon Plate"], [2, "Iridium Plate"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Gravitation Engine"]],
|
||||
"input": [[4, "Tesla Coil"], [2, "Superconductor"], [2, "Cooling Core"], [1, "HV Transformer"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Gravitation Engine",
|
||||
"input": [[4, "Tesla Coil"], [2, "Superconductor"], [2, "Cooling Core"], "HV Transformer"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Cooling Core"]],
|
||||
"input": [[4, "60K Cooling Cell"], [2, "Advanced Heat Exchanger"], [2, "Heat-Capacity Reactor Plating"], [1, "Iridium Plate"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Cooling Core",
|
||||
"input": [[4, "60K Cooling Cell"], [2, "Advanced Heat Exchanger"], [2, "Heat-Capacity Reactor Plating"], "Iridium Plate"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Advanced Chainsaw"]],
|
||||
"input": [[1, "Diamond"], [3, "Overclocker Upgrade"], [1, "Chainsaw"], [2, "Advanced Circuit"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Advanced Chainsaw",
|
||||
"input": ["Diamond", [3, "Overclocker Upgrade"], "Chainsaw", [2, "Advanced Circuit"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Advanced Diamond Drill"]],
|
||||
"input": [[1, "Diamond Drill"], [3, "Overclocker Upgrade"], [2, "Advanced Circuit"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Advanced Diamond Drill",
|
||||
"input": ["Diamond Drill", [3, "Overclocker Upgrade"], [2, "Advanced Circuit"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Advanced Electric Jetpack"]],
|
||||
"input": [[2, "Carbon Plate"], [2, "Engine Booster"], [2, "Glass Fiber Cable"], [1, "Electric Jetpack"], [1, "Advanced Lappack"], [1, "Advanced Circuit"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Advanced Electric Jetpack",
|
||||
"input": [[2, "Carbon Plate"], [2, "Engine Booster"], [2, "Glass Fiber Cable"], "Electric Jetpack", "Advanced Lappack", "Advanced Circuit"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Advanced Lappack"]],
|
||||
"input": [[1, "LapPack"], [1, "Advanced Circuit"], [1, "Lapotron Crystal"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Advanced Lappack",
|
||||
"input": ["LapPack", "Advanced Circuit", "Lapotron Crystal"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "GraviTool"]],
|
||||
"input": [[2, "Carbon Plate"], [2, "Advanced Alloy"], [1, "Advanced Circuit"], [1, "Electric Wrench"], [1, "Electric Treetap"], [1, "Electric Hoe"], [1, "Energy Crystal"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "GraviTool",
|
||||
"input": [[2, "Carbon Plate"], [2, "Advanced Alloy"], "Advanced Circuit", "Electric Wrench", "Electric Treetap", "Electric Hoe", "Energy Crystal"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Magnetron"]],
|
||||
"input": [[4, "Refined Iron"], [4, "Copper Ingot"], [1, "Superconductor"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Magnetron",
|
||||
"input": [[4, "Refined Iron"], [4, "Copper Ingot"], "Superconductor"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Varja Core"]],
|
||||
"input": [[1, "Magnetron"], [1, "Tesla Coil"], [1, "HV Transformer"], [2, "Iridium Plate"], [2, "Superconductor"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Varja Core",
|
||||
"input": ["Magnetron", "Tesla Coil", "HV Transformer", [2, "Iridium Plate"], [2, "Superconductor"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Vajra"]],
|
||||
"input": [[2, "Refined Iron"], [1, "Energy Crystal"], [1, "Varja Core"], [1, "Carbon Plate"], [2, "Advanced Alloy"], [1, "Lapotron Crystal"], [1, "Iron Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Vajra",
|
||||
"input": [[2, "Refined Iron"], "Energy Crystal", "Varja Core", "Carbon Plate", [2, "Advanced Alloy"], "Lapotron Crystal", "Iron Ingot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Engine Booster"]],
|
||||
"input": [[2, "Glowstone"], [2, "Advanced Circuit"], [3, "Advanced Alloy"], [1, "Overclocker Upgrade"], [1, "Advanced Heat Vent"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Engine Booster",
|
||||
"input": [[2, "Glowstone"], [2, "Advanced Circuit"], [3, "Advanced Alloy"], "Overclocker Upgrade", "Advanced Heat Vent"],
|
||||
"tools": "Crafting Table"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
+568
-589
File diff suppressed because it is too large
Load Diff
+82
-82
@@ -5,121 +5,121 @@
|
||||
"description": "Crafting recipes from More Blocks Mod, by MCE626",
|
||||
"recipes": [
|
||||
{
|
||||
"output": [[1, "Cement Block"]],
|
||||
"input": [[1, "Gravel"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Cement Block",
|
||||
"input": "Gravel",
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "Healer"]],
|
||||
"input": [[2, "Essence of Life"], [1, "Essence of Earth"], [1, "Essence of Fire"], [1, "Essence of Water"], [1, "Essence of Air"], [3, "Red Dye"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Healer",
|
||||
"input": [[2, "Essence of Life"], "Essence of Earth", "Essence of Fire", "Essence of Water", "Essence of Air", [3, "Red Dye"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Crying Obsidian"]],
|
||||
"input": [[1, "Obsidian"], [1, "Water Bucket"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Crying Obsidian",
|
||||
"input": ["Obsidian", "Water Bucket"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Lava Cobblestone"]],
|
||||
"input": [[1, "Cobblestone"], [1, "Lava Bucket"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Lava Cobblestone",
|
||||
"input": ["Cobblestone", "Lava Bucket"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Lava Obsidian"]],
|
||||
"input": [[1, "Obsidian"], [1, "Lava Bucket"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Lava Obsidian",
|
||||
"input": ["Obsidian", "Lava Bucket"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Crystal Block"]],
|
||||
"output": "Crystal Block",
|
||||
"input": [[9, "Crystal Gem"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Einsteinium Bomb"]],
|
||||
"input": [[8, "Iron Ingot"], [1, "Einsteinium Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Einsteinium Bomb",
|
||||
"input": [[8, "Iron Ingot"], "Einsteinium Ingot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Neptunium Bomb"]],
|
||||
"input": [[8, "Iron Ingot"], [1, "Neptunium Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Neptunium Bomb",
|
||||
"input": [[8, "Iron Ingot"], "Neptunium Ingot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Uranium Bomb"]],
|
||||
"input": [[8, "Iron Ingot"], [1, "Uranium Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Uranium Bomb",
|
||||
"input": [[8, "Iron Ingot"], "Uranium Ingot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Ultimate Nuker"]],
|
||||
"input": [[3, "Iron Ingot"], [1, "Einsteinium Ingot"], [1, "Neptunium"], [1, "Uranium Ingot"], [1, "Explosive Charge"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Ultimate Nuker",
|
||||
"input": [[3, "Iron Ingot"], "Einsteinium Ingot", "Neptunium", "Uranium Ingot", "Explosive Charge"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Einsteinium Ingot"]],
|
||||
"input": [[1, "Einsteinium Ore"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Einsteinium Ingot",
|
||||
"input": "Einsteinium Ore",
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "Neptunium Ingot"]],
|
||||
"input": [[1, "Neptunium Ore"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Neptunium Ingot",
|
||||
"input": "Neptunium Ore",
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "Uranium Ingot"]],
|
||||
"input": [[1, "Uranium Ore"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Uranium Ingot",
|
||||
"input": "Uranium Ore",
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "Crystal Piece"]],
|
||||
"output": "Crystal Piece",
|
||||
"input": [[7, "Crystal Dust"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Crystal Piece"]],
|
||||
"input": [[1, "Crystal Nugget"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Crystal Piece",
|
||||
"input": "Crystal Nugget",
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Crystal Nugget"]],
|
||||
"output": "Crystal Nugget",
|
||||
"input": [[5, "Crystal Piece"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Crystal Piece"]],
|
||||
"input": [[1, "Crystal Gem"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Crystal Piece",
|
||||
"input": "Crystal Gem",
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Crystal Gem"]],
|
||||
"output": "Crystal Gem",
|
||||
"input": [[7, "Crystal Nugget"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Crystal Gem"]],
|
||||
"input": [[1, "Crystal Block"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Crystal Gem",
|
||||
"input": "Crystal Block",
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Stone Brick"]],
|
||||
"input": [[1, "Stone"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Stone Brick",
|
||||
"input": "Stone",
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Crystal Ball"]],
|
||||
"output": "Crystal Ball",
|
||||
"input": [[4, "Crystal Gem"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Hard Crystal Ball"]],
|
||||
"input": [[1, "Crystal Ball"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Hard Crystal Ball",
|
||||
"input": "Crystal Ball",
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "Essence of Life"]],
|
||||
"input": [[1, "Flower"], [1, "Hard Crystal Ball"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Essence of Life",
|
||||
"input": ["Flower", "Hard Crystal Ball"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Essence of Fire"]],
|
||||
"input": [[1, "Lava Bucket"], [1, "Hard Crystal Ball"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Essence of Fire",
|
||||
"input": ["Lava Bucket", "Hard Crystal Ball"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Essence of Water"]],
|
||||
"input": [[1, "Water Bucket"], [1, "Hard Crystal Ball"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Essence of Water",
|
||||
"input": ["Water Bucket", "Hard Crystal Ball"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Essence of Earth"]],
|
||||
"input": [[1, "Dirt"], [1, "Hard Crystal Ball"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Essence of Earth",
|
||||
"input": ["Dirt", "Hard Crystal Ball"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Essence of Air"]],
|
||||
"input": [[1, "Hard Crystal Ball"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Essence of Air",
|
||||
"input": "Hard Crystal Ball",
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Popcorn"]],
|
||||
"input": [[1, "Corn Seeds"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Popcorn",
|
||||
"input": "Corn Seeds",
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Chisel"]],
|
||||
"input": [[1, "Iron Ingot"], [1, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Chisel",
|
||||
"input": ["Iron Ingot", "Stick"],
|
||||
"tools": "Crafting Table"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
+142
-145
@@ -5,209 +5,206 @@
|
||||
"description": "Crafting Recipes from Thermal Expansion, by King Lemming and the CoFH team",
|
||||
"recipes": [
|
||||
{
|
||||
"output": [[1, "Aqueous Accumulator"]],
|
||||
"input": [[1, "Bucket"], [2, "Glass"], [1, "Machine Frame"], [1, "Pneumatic Servo"], [2, "Tin Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Aqueous Accumulator",
|
||||
"input": ["Bucket", [2, "Glass"], "Machine Frame", "Pneumatic Servo", [2, "Tin Ingot"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Copper Gear"]],
|
||||
"input": [[1, "Cobblestone Gear"], [4, "Copper Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Copper Gear",
|
||||
"input": ["Cobblestone Gear", [4, "Copper Ingot"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Crescent Hammer"]],
|
||||
"input": [[3, "Iron Ingot"], [1, "Silver Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Crescent Hammer",
|
||||
"input": [[3, "Iron Ingot"], "Silver Ingot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Cyclic Assembler"]],
|
||||
"input": [[1, "Chest"], [2, "Copper Ingot"], [1, "Machine Frame"], [1, "Redstone Reception Coil"], [2, "Tin Gear"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Cyclic Assembler",
|
||||
"input": ["Chest", [2, "Copper Ingot"], "Machine Frame", "Redstone Reception Coil", [2, "Tin Gear"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Electrum Blend"]],
|
||||
"input": [[1, "Gold Dust"], [1, "Silver Dust"]],
|
||||
"tools": []
|
||||
"output": "Electrum Blend",
|
||||
"input": ["Gold Dust", "Silver Dust"]
|
||||
}, {
|
||||
"output": [[1, "Electrum Ingot"]],
|
||||
"input": [[1, "Electrum Blend"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Electrum Ingot",
|
||||
"input": ["Electrum Blend", "{furnace fuel}"],
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "Energetic Infuser"]],
|
||||
"input": [[2, "Copper Ingot"], [1, "Machine Frame"], [1, "Redstone Reception Coil"], [2, "Redstone Transmission Coil"], [1, "Shiny Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Energetic Infuser",
|
||||
"input": [[2, "Copper Ingot"], "Machine Frame", "Redstone Reception Coil", [2, "Redstone Transmission Coil"], "Shiny Ingot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[250, "Energized Glowstone"]],
|
||||
"input": [[1, "Glowstone Dust"]],
|
||||
"tools": ["Magma Crucible"]
|
||||
"input": "Glowstone Dust",
|
||||
"tools": "Magma Crucible"
|
||||
}, {
|
||||
"output": [[1, "Energy Cell Frame (Empty)"]],
|
||||
"input": [[1, "Diamond"], [4, "Electrum Ingot"], [4, "Hardened Glass"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Energy Cell Frame (Empty)",
|
||||
"input": ["Diamond", [4, "Electrum Ingot"], [4, "Hardened Glass"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Energy Cell Frame (Full)"]],
|
||||
"input": [[1, "Energy Cell Frame (Empty)"], [1000, "Molten Redstone"]],
|
||||
"tools": ["Liquid Transposer"]
|
||||
"output": "Energy Cell Frame (Full)",
|
||||
"input": ["Energy Cell Frame (Empty)", [1000, "Molten Redstone"]],
|
||||
"tools": "Liquid Transposer"
|
||||
}, {
|
||||
"output": [[4, "Energy Conduit (Empty)"]],
|
||||
"input": [[2, "Electrum Ingot"], [1, "Hardened Glass"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": [[2, "Electrum Ingot"], "Hardened Glass"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Energy Tesseract"]],
|
||||
"input": [[1, "Electrum Ingot"], [2, "Lead Ingot"], [1, "Redstone Conductance Coil"], [2, "Tin Ingot"], [1, "Unattuned Tesseract"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Energy Tesseract",
|
||||
"input": ["Electrum Ingot", [2, "Lead Ingot"], "Redstone Conductance Coil", [2, "Tin Ingot"], "Unattuned Tesseract"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Glacial Precipitator"]],
|
||||
"input": [[2, "Copper Ingot"], [1, "Machine Frame"], [1, "Piston"], [1, "Redstone Reception Coil"], [2, "Snow (Block)"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Glacial Precipitator",
|
||||
"input": [[2, "Copper Ingot"], "Machine Frame", "Piston", "Redstone Reception Coil", [2, "Snow (Block)"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Glowstone Illuminator"]],
|
||||
"input": [[1000, "Energized Glowstone"], [1, "Illuminator Frame"]],
|
||||
"tools": ["Liquid Transposer"]
|
||||
"output": "Glowstone Illuminator",
|
||||
"input": [[1000, "Energized Glowstone"], "Illuminator Frame"],
|
||||
"tools": "Liquid Transposer"
|
||||
}, {
|
||||
"output": [[1, "Hardened Glass"]],
|
||||
"input": [[1, "Lead Ingot"], [2, "Pulverized Obsidian"]],
|
||||
"tools": ["Induction Smelter"]
|
||||
"output": "Hardened Glass",
|
||||
"input": ["Lead Ingot", [2, "Pulverized Obsidian"]],
|
||||
"tools": "Induction Smelter"
|
||||
}, {
|
||||
"output": [[1, "Igneous Extruder"]],
|
||||
"input": [[2, "Glass"], [1, "Machine Frame"], [1, "Piston"], [1, "Pneumatic Servo"], [2, "Tin Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Igneous Extruder",
|
||||
"input": [[2, "Glass"], "Machine Frame", "Piston", "Pneumatic Servo", [2, "Tin Ingot"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Illuminator Frame"]],
|
||||
"input": [[2, "Hardened Glass"], [1, "Nether Quartz"], [1, "Redstone Dust"], [1, "Silver Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Illuminator Frame",
|
||||
"input": [[2, "Hardened Glass"], "Nether Quartz", "Redstone Dust", "Silver Ingot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Induction Smelter"]],
|
||||
"input": [[1, "Bucket"], [2, "Copper Ingot"], [2, "Invar Ingot"], [1, "Machine Frame"], [1, "Redstone Reception Coil"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Induction Smelter",
|
||||
"input": ["Bucket", [2, "Copper Ingot"], [2, "Invar Ingot"], "Machine Frame", "Redstone Reception Coil"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[3, "Invar Blend"]],
|
||||
"input": [[2, "Iron Dust"], [1, "Pulverized Ferrous Dust"]],
|
||||
"tools": []
|
||||
"input": [[2, "Iron Dust"], "Pulverized Ferrous Dust"]
|
||||
}, {
|
||||
"output": [[1, "Invar Gear"]],
|
||||
"input": [[4, "Invar Ingot"], [1, "Iron Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Invar Gear",
|
||||
"input": [[4, "Invar Ingot"], "Iron Ingot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Invar Ingot"]],
|
||||
"input": [[1, "Invar Blend"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Invar Ingot",
|
||||
"input": ["Invar Blend", "{furnace fuel}"],
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "Item Tesseract"]],
|
||||
"input": [[1, "Pneumatic Servo"], [2, "Silver Ingot"], [3, "Tin Ingot"], [1, "Unattuned Tesseract"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Item Tesseract",
|
||||
"input": ["Pneumatic Servo", [2, "Silver Ingot"], [3, "Tin Ingot"], "Unattuned Tesseract"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Lead Ingot"]],
|
||||
"input": [[1, "Lead Ore"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Lead Ingot",
|
||||
"input": ["Lead Ore", "{furnace fuel}"],
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "Liquid Tesseract"]],
|
||||
"input": [[1, "Copper Ingot"], [1, "Pneumatic Servo"], [2, "Silver Ingot"], [2, "Tin Ingot"], [1, "Unattuned Tesseract"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Liquid Tesseract",
|
||||
"input": ["Copper Ingot", "Pneumatic Servo", [2, "Silver Ingot"], [2, "Tin Ingot"], "Unattuned Tesseract"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Liquid Transposer"]],
|
||||
"input": [[1, "Bucket"], [2, "Copper Ingot"], [2, "Glass"], [1, "Machine Frame"], [1, "Redstone Reception Coil"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Liquid Transposer",
|
||||
"input": ["Bucket", [2, "Copper Ingot"], [2, "Glass"], "Machine Frame", "Redstone Reception Coil"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[4, "Liquiduct"]],
|
||||
"input": [[2, "Copper Ingot"], [1, "Hardened Glass"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": [[2, "Copper Ingot"], "Hardened Glass"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Machine Frame"]],
|
||||
"input": [[4, "Iron Ingot"], [4, "Glass"], [1, "Gold Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Machine Frame",
|
||||
"input": [[4, "Iron Ingot"], [4, "Glass"], "Gold Ingot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Magma Crucible"]],
|
||||
"input": [[1, "Bucket"], [2, "Copper Ingot"], [1, "Machine Frame"], [2, "Nether Brick (block)"], [1, "Redstone Reception Coil"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Magma Crucible",
|
||||
"input": ["Bucket", [2, "Copper Ingot"], "Machine Frame", [2, "Nether Brick (block)"], "Redstone Reception Coil"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Magmatic Engine"]],
|
||||
"input": [[2, "Invar Gear"], [3, "Invar Ingot"], [1, "Piston"], [1, "Redstone Transmission Coil"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Magmatic Engine",
|
||||
"input": [[2, "Invar Gear"], [3, "Invar Ingot"], "Piston", "Redstone Transmission Coil"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[250, "Molten Ender"]],
|
||||
"input": [[1, "Ender Pearl"]],
|
||||
"tools": ["Magma Crucible"]
|
||||
"input": "Ender Pearl",
|
||||
"tools": "Magma Crucible"
|
||||
}, {
|
||||
"output": [[25, "Molten Redstone"]],
|
||||
"input": [[1, "Redstone Dust"]],
|
||||
"tools": ["Magma Crucible"]
|
||||
"input": "Redstone Dust",
|
||||
"tools": "Magma Crucible"
|
||||
}, {
|
||||
"output": [[1, "Multimeter"]],
|
||||
"input": [[2, "Copper Ingot"], [2, "Lead Ingot"], [1, "Redstone Conductance Coil"], [1, "Tin Gear"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Multimeter",
|
||||
"input": [[2, "Copper Ingot"], [2, "Lead Ingot"], "Redstone Conductance Coil", "Tin Gear"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Pneumatic Servo"]],
|
||||
"input": [[2, "Glass"], [2, "Iron Ingot"], [1, "Redstone"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Pneumatic Servo",
|
||||
"input": [[2, "Glass"], [2, "Iron Ingot"], "Redstone"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Portable Tank"]],
|
||||
"input": [[4, "Hardened Glass"], [1, "Tin Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Portable Tank",
|
||||
"input": [[4, "Hardened Glass"], "Tin Ingot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Powered Furnace"]],
|
||||
"input": [[2, "Bricks"], [2, "Copper Ingot"], [1, "Machine Frame"], [1, "Redstone"], [1, "Redstone Conductance Coil"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Powered Furnace",
|
||||
"input": [[2, "Bricks"], [2, "Copper Ingot"], "Machine Frame", "Redstone", "Redstone Conductance Coil"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[2, "Pulverized Ferrous Dust"]],
|
||||
"input": [[1, "Ferrous Ore"]],
|
||||
"tools": ["Pulverizer"]
|
||||
"input": "Ferrous Ore",
|
||||
"tools": "Pulverizer"
|
||||
}, {
|
||||
"output": [[1, "Pulverized Obsidian"]],
|
||||
"input": [[1, "Obsidian"]],
|
||||
"tools": ["Pulverizer"]
|
||||
"output": "Pulverized Obsidian",
|
||||
"input": "Obsidian",
|
||||
"tools": "Pulverizer"
|
||||
}, {
|
||||
"output": [[1, "Pulverizer"]],
|
||||
"input": [[2, "Copper Ingot"], [2, "Flint"], [1, "Machine Frame"], [1, "Piston"], [1, "Redstone Reception Coil"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Pulverizer",
|
||||
"input": [[2, "Copper Ingot"], [2, "Flint"], "Machine Frame", "Piston", "Redstone Reception Coil"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Redstone Conductance Coil"]],
|
||||
"input": [[2, "Redstone"], [1, "Electrum Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Redstone Conductance Coil",
|
||||
"input": [[2, "Redstone"], "Electrum Ingot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Redstone Energy Cell"]],
|
||||
"input": [[3, "Electrum Ingot"], [1, "Energy Cell Frame (Full)"], [2, "Lead Ingot"], [1, "Redstone Conductance Coil"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Redstone Energy Cell",
|
||||
"input": [[3, "Electrum Ingot"], "Energy Cell Frame (Full)", [2, "Lead Ingot"], "Redstone Conductance Coil"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Redstone Energy Conduit"]],
|
||||
"input": [[1, "Energy Conduit (Empty)"], [50, "Molten Redstone"]],
|
||||
"tools": ["Liquid Transposer"]
|
||||
"output": "Redstone Energy Conduit",
|
||||
"input": ["Energy Conduit (Empty)", [50, "Molten Redstone"]],
|
||||
"tools": "Liquid Transposer"
|
||||
}, {
|
||||
"output": [[1, "Redstone Reception Coil"]],
|
||||
"input": [[2, "Redstone"], [1, "Gold Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Redstone Reception Coil",
|
||||
"input": [[2, "Redstone"], "Gold Ingot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Redstone Transmission Coil"]],
|
||||
"input": [[2, "Redstone"], [1, "Silver Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Redstone Transmission Coil",
|
||||
"input": [[2, "Redstone"], "Silver Ingot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Sawmill"]],
|
||||
"input": [[2, "Copper Ingot"], [1, "Iron Axe"], [1, "Machine Frame"], [1, "Redstone Reception Coil"], [2, "Oak Plank"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Sawmill",
|
||||
"input": [[2, "Copper Ingot"], "Iron Axe", "Machine Frame", "Redstone Reception Coil", [2, "Oak Plank"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Schematic"]],
|
||||
"input": [[1, "Lapis Lazuli"], [3, "Paper"]],
|
||||
"tools": []
|
||||
"output": "Schematic",
|
||||
"input": ["Lapis Lazuli", [3, "Paper"]]
|
||||
}, {
|
||||
"output": [[1, "Shiny Dust"]],
|
||||
"output": "Shiny Dust",
|
||||
"input": [[10, "Ferrous Ore"]],
|
||||
"tools": ["Pulverizer"]
|
||||
"tools": "Pulverizer"
|
||||
}, {
|
||||
"output": [[1, "Shiny Ingot"]],
|
||||
"input": [[1, "Shiny Dust"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Shiny Ingot",
|
||||
"input": ["Shiny Dust", "{furnace fuel}"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Steam Engine"]],
|
||||
"input": [[2, "Copper Gear"], [3, "Copper Ingot"], [1, "Piston"], [1, "Redstone Transmission Coil"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Steam Engine",
|
||||
"input": [[2, "Copper Gear"], [3, "Copper Ingot"], "Piston", "Redstone Transmission Coil"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Tesseract Frame"]],
|
||||
"input": [[1, "Diamond"], [4, "Hardened Glass"], [4, "Tin Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Tesseract Frame",
|
||||
"input": ["Diamond", [4, "Hardened Glass"], [4, "Tin Ingot"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Tin Gear"]],
|
||||
"input": [[4, "Tin Ingot"], [1, "Cobblestone Gear"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Tin Gear",
|
||||
"input": [[4, "Tin Ingot"], "Cobblestone Gear"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Unattuned Tesseract"]],
|
||||
"input": [[1000, "Molten Ender"], [1, "Tesseract Frame"]],
|
||||
"tools": ["Liquid Transposer"]
|
||||
"output": "Unattuned Tesseract",
|
||||
"input": [[1000, "Molten Ender"], "Tesseract Frame"],
|
||||
"tools": "Liquid Transposer"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
+283
-339
@@ -6,561 +6,505 @@
|
||||
"recipes": [
|
||||
{
|
||||
"output": [[4, "Arrow"]],
|
||||
"input": [[1, "Flint"], [1, "Stick"], [1, "Feather"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": ["Flint", "Stick", "Feather"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Baked Potato"]],
|
||||
"input": [[1, "Potato"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Baked Potato",
|
||||
"input": ["Potato", "{furnace fuel}"],
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "Beacon"]],
|
||||
"input": [[5, "Glass"], [3, "Obsidian"], [1, "Nether Star"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Beacon",
|
||||
"input": [[5, "Glass"], [3, "Obsidian"], "Nether Star"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Bed"]],
|
||||
"output": "Bed",
|
||||
"input": [[3, "Wool"], [3, "Oak Plank"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[2, "Blaze Powder"]],
|
||||
"input": [[1, "Blaze Rod"]],
|
||||
"tools": []
|
||||
"input": "Blaze Rod"
|
||||
}, {
|
||||
"output": [[1, "Boat"]],
|
||||
"output": "Boat",
|
||||
"input": [[5, "Oak Plank"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[3, "Bone Meal"]],
|
||||
"input": [[1, "Bone"]],
|
||||
"tools": []
|
||||
"input": "Bone"
|
||||
}, {
|
||||
"output": [[1, "Book"]],
|
||||
"input": [[1, "Leather"], [3, "Paper"]],
|
||||
"tools": []
|
||||
"output": "Book",
|
||||
"input": ["Leather", [3, "Paper"]]
|
||||
}, {
|
||||
"output": [[1, "Book and Quill"]],
|
||||
"input": [[1, "Book"], [1, "Ink Sac"], [1, "Feather"]],
|
||||
"tools": []
|
||||
"output": "Book and Quill",
|
||||
"input": ["Book", "Ink Sac", "Feather"]
|
||||
}, {
|
||||
"output": [[1, "Bookshelf"]],
|
||||
"output": "Bookshelf",
|
||||
"input": [[6, "Oak Plank"], [3, "Book"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Bow"]],
|
||||
"output": "Bow",
|
||||
"input": [[3, "Stick"], [3, "String"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Bowl"]],
|
||||
"output": "Bowl",
|
||||
"input": [[3, "Oak Plank"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Bread"]],
|
||||
"output": "Bread",
|
||||
"input": [[3, "Wheat"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Brewing Stand"]],
|
||||
"input": [[1, "Blaze Rod"], [3, "Cobblestone"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Brewing Stand",
|
||||
"input": ["Blaze Rod", [3, "Cobblestone"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Brick"]],
|
||||
"input": [[1, "Clay"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Brick",
|
||||
"input": ["Clay", "{furnace fuel}"],
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "Bricks"]],
|
||||
"input": [[4, "Brick"]],
|
||||
"tools": []
|
||||
"output": "Bricks",
|
||||
"input": [[4, "Brick"]]
|
||||
}, {
|
||||
"output": [[1, "Bucket"]],
|
||||
"output": "Bucket",
|
||||
"input": [[3, "Iron Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Cactus Green"]],
|
||||
"input": [[1, "Cactus"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Cactus Green",
|
||||
"input": ["Cactus", "{furnace fuel}"],
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "Cake"], [1, "Bucket"]],
|
||||
"input": [[3, "Milk"], [2, "Sugar"], [3, "Wheat"], [1, "Egg"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": ["Cake", "Bucket"],
|
||||
"input": [[3, "Milk"], [2, "Sugar"], [3, "Wheat"], "Egg"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Carrot on a Stick"]],
|
||||
"input": [[1, "Fishing Rod"], [1, "Carrot"]],
|
||||
"tools": []
|
||||
"output": "Carrot on a Stick",
|
||||
"input": ["Fishing Rod", "Carrot"]
|
||||
}, {
|
||||
"output": [[1, "Cauldron"]],
|
||||
"output": "Cauldron",
|
||||
"input": [[7, "Iron Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Chain Boots"]],
|
||||
"output": "Chain Boots",
|
||||
"input": [[4, "Fire"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Chain Chestplate"]],
|
||||
"output": "Chain Chestplate",
|
||||
"input": [[8, "Fire"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Chain Helmet"]],
|
||||
"output": "Chain Helmet",
|
||||
"input": [[5, "Fire"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Chain Leggings"]],
|
||||
"output": "Chain Leggings",
|
||||
"input": [[7, "Fire"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Charcoal"]],
|
||||
"input": [[1, "Oak Log"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Charcoal",
|
||||
"input": ["Oak Log", "{furnace fuel}"],
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "Chest"]],
|
||||
"output": "Chest",
|
||||
"input": [[8, "Oak Plank"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Clay Block"]],
|
||||
"input": [[4, "Clay"]],
|
||||
"tools": []
|
||||
"output": "Clay Block",
|
||||
"input": [[4, "Clay"]]
|
||||
}, {
|
||||
"output": [[1, "Clock"]],
|
||||
"input": [[4, "Gold Ingot"], [1, "Redstone"]],
|
||||
"tools": []
|
||||
"output": "Clock",
|
||||
"input": [[4, "Gold Ingot"], "Redstone"]
|
||||
}, {
|
||||
"output": [[1, "Compass"]],
|
||||
"input": [[4, "Iron Ingot"], [1, "Redstone"]],
|
||||
"tools": []
|
||||
"output": "Compass",
|
||||
"input": [[4, "Iron Ingot"], "Redstone"]
|
||||
}, {
|
||||
"output": [[1, "Cooked Chicken"]],
|
||||
"input": [[1, "Raw Chicken"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Cooked Chicken",
|
||||
"input": ["Raw Chicken", "{furnace fuel}"],
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "Cooked Fish"]],
|
||||
"input": [[1, "Raw Fish"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Cooked Fish",
|
||||
"input": ["Raw Fish", "{furnace fuel}"],
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "Cooked Porkchop"]],
|
||||
"input": [[1, "Raw Porkchop"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Cooked Porkchop",
|
||||
"input": ["Raw Porkchop", "{furnace fuel}"],
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "Cookie"]],
|
||||
"input": [[1, "Cocoa Beans"], [2, "Wheat"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Cookie",
|
||||
"input": ["Cocoa Beans", [2, "Wheat"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Crafting Table"]],
|
||||
"input": [[4, "Oak Plank"]],
|
||||
"tools": []
|
||||
"output": "Crafting Table",
|
||||
"input": [[4, "Oak Plank"]]
|
||||
}, {
|
||||
"output": [[2, "Cyan Dye"]],
|
||||
"input": [[1, "Cactus Green"], [1, "Lapis Lazuli"]],
|
||||
"tools": []
|
||||
"input": ["Cactus Green", "Lapis Lazuli"]
|
||||
}, {
|
||||
"output": [[2, "Dandelion Yellow"]],
|
||||
"input": [[1, "Dandelion"]],
|
||||
"tools": []
|
||||
"input": "Dandelion"
|
||||
}, {
|
||||
"output": [[1, "Diamond Axe"]],
|
||||
"output": "Diamond Axe",
|
||||
"input": [[3, "Diamond"], [2, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Diamond Boots"]],
|
||||
"output": "Diamond Boots",
|
||||
"input": [[4, "Diamond"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Diamond Chestplate"]],
|
||||
"output": "Diamond Chestplate",
|
||||
"input": [[8, "Diamond"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Diamond Helm"]],
|
||||
"output": "Diamond Helm",
|
||||
"input": [[5, "Diamond"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Diamond Hoe"]],
|
||||
"output": "Diamond Hoe",
|
||||
"input": [[2, "Diamond"], [2, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Diamond Leggings"]],
|
||||
"output": "Diamond Leggings",
|
||||
"input": [[7, "Diamond"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Diamond Pickaxe"]],
|
||||
"output": "Diamond Pickaxe",
|
||||
"input": [[3, "Diamond"], [2, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Diamond Sword"]],
|
||||
"input": [[2, "Diamond"], [1, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Diamond Sword",
|
||||
"input": [[2, "Diamond"], "Stick"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Eye of Ender"]],
|
||||
"input": [[1, "Ender Pearl"], [1, "Blaze Powder"]],
|
||||
"tools": []
|
||||
"output": "Eye of Ender",
|
||||
"input": ["Ender Pearl", "Blaze Powder"]
|
||||
}, {
|
||||
"output": [[1, "Fermented Spider Eye"]],
|
||||
"input": [[1, "Spider Eye"], [1, "Brown Mushroom"], [1, "Sugar"]],
|
||||
"tools": []
|
||||
"output": "Fermented Spider Eye",
|
||||
"input": ["Spider Eye", "Brown Mushroom", "Sugar"]
|
||||
}, {
|
||||
"output": [[3, "Fire Charge"]],
|
||||
"input": [[1, "Blaze Powder"], [1, "Coal"], [1, "Gunpowder"]],
|
||||
"tools": []
|
||||
"input": ["Blaze Powder", "Coal", "Gunpowder"]
|
||||
}, {
|
||||
"output": [[1, "Fishing Rod"]],
|
||||
"output": "Fishing Rod",
|
||||
"input": [[3, "Stick"], [2, "String"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Flint and Steel"]],
|
||||
"input": [[1, "Iron Ingot"], [1, "Flint"]],
|
||||
"tools": []
|
||||
"output": "Flint and Steel",
|
||||
"input": ["Iron Ingot", "Flint"]
|
||||
}, {
|
||||
"output": [[1, "Furnace"]],
|
||||
"output": "Furnace",
|
||||
"input": [[8, "Cobblestone"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Glass"]],
|
||||
"input": [[1, "Sand"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Glass",
|
||||
"input": ["Sand", "{furnace fuel}"],
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[3, "Glass Bottle"]],
|
||||
"input": [[3, "Glass"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[16, "Glass Panes"]],
|
||||
"input": [[6, "Glass"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Glistering Melon"]],
|
||||
"input": [[1, "Melon"], [8, "Gold Nugget"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Glistering Melon",
|
||||
"input": ["Melon", [8, "Gold Nugget"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Gold Axe"]],
|
||||
"output": "Gold Axe",
|
||||
"input": [[3, "Gold Ingot"], [2, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Gold Boots"]],
|
||||
"output": "Gold Boots",
|
||||
"input": [[4, "Gold Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Gold Chestplate"]],
|
||||
"output": "Gold Chestplate",
|
||||
"input": [[8, "Gold Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Gold Helm"]],
|
||||
"output": "Gold Helm",
|
||||
"input": [[5, "Gold Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Gold Hoe"]],
|
||||
"output": "Gold Hoe",
|
||||
"input": [[2, "Gold Ingot"], [2, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Gold Leggings"]],
|
||||
"output": "Gold Leggings",
|
||||
"input": [[7, "Gold Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Gold Ingot"]],
|
||||
"input": [[1, "Gold Ore"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Gold Ingot",
|
||||
"input": ["Gold Ore", "{furnace fuel}"],
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[9, "Gold Nugget"]],
|
||||
"input": [[1, "Gold Ingot"]],
|
||||
"tools": []
|
||||
"input": "Gold Ingot"
|
||||
}, {
|
||||
"output": [[1, "Gold Pickaxe"]],
|
||||
"output": "Gold Pickaxe",
|
||||
"input": [[3, "Gold Ingot"], [2, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Gold Sword"]],
|
||||
"input": [[2, "Gold Ingot"], [1, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Gold Sword",
|
||||
"input": [[2, "Gold Ingot"], "Stick"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Golden Apple"]],
|
||||
"input": [[9, "Gold Ingot"], [1, "Apple"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Golden Apple",
|
||||
"input": [[9, "Gold Ingot"], "Apple"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Golden Carrot"]],
|
||||
"input": [[8, "Gold Nugget"], [1, "Carrot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Golden Carrot",
|
||||
"input": [[8, "Gold Nugget"], "Carrot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[2, "Gray Dye"]],
|
||||
"input": [[1, "Bone Meal"], [1, "Ink Sac"]],
|
||||
"tools": []
|
||||
"input": ["Bone Meal", "Ink Sac"]
|
||||
}, {
|
||||
"output": [[1, "Hopper"]],
|
||||
"input": [[5, "Iron Ingot"], [1, "Chest"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Hopper",
|
||||
"input": [[5, "Iron Ingot"], "Chest"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Iron Axe"]],
|
||||
"output": "Iron Axe",
|
||||
"input": [[3, "Iron Ingot"], [2, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[16, "Iron Bars"]],
|
||||
"input": [[6, "Iron Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Iron Boots"]],
|
||||
"output": "Iron Boots",
|
||||
"input": [[4, "Iron Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Iron Chestplate"]],
|
||||
"output": "Iron Chestplate",
|
||||
"input": [[8, "Iron Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Iron Door"]],
|
||||
"output": "Iron Door",
|
||||
"input": [[6, "Iron Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Iron Helm"]],
|
||||
"output": "Iron Helm",
|
||||
"input": [[5, "Iron Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Iron Hoe"]],
|
||||
"output": "Iron Hoe",
|
||||
"input": [[2, "Iron Ingot"], [2, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Iron Ingot"]],
|
||||
"input": [[1, "Iron Ore"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Iron Ingot",
|
||||
"input": ["Iron Ore", "{furnace fuel}"],
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "Iron Leggings"]],
|
||||
"output": "Iron Leggings",
|
||||
"input": [[7, "Iron Ingot"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[9, "Iron Nugget"]],
|
||||
"input": [[1, "Iron Ingot"]],
|
||||
"tools": []
|
||||
"input": "Iron Ingot"
|
||||
}, {
|
||||
"output": [[1, "Iron Pickaxe"]],
|
||||
"output": "Iron Pickaxe",
|
||||
"input": [[3, "Iron Ingot"], [2, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Iron Sword"]],
|
||||
"input": [[2, "Iron Ingot"], [1, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Iron Sword",
|
||||
"input": [[2, "Iron Ingot"], "Stick"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Lapis Lazuli Block"]],
|
||||
"output": "Lapis Lazuli Block",
|
||||
"input": [[9, "Lapis Lazuli"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Lava Bucket"]],
|
||||
"input": [[1, "Bucket"], [1, "Lava Source Block"]],
|
||||
"tools": []
|
||||
"output": "Lava Bucket",
|
||||
"input": ["Bucket", "Lava Source Block"]
|
||||
}, {
|
||||
"output": [[2, "Lead"]],
|
||||
"input": [[4, "String"], [1, "Slimeball"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"input": [[4, "String"], "Slimeball"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Leather Boots"]],
|
||||
"input": [[4, "Leather"]],
|
||||
"tools": []
|
||||
"output": "Leather Boots",
|
||||
"input": [[4, "Leather"]]
|
||||
}, {
|
||||
"output": [[1, "Leather Tunic"]],
|
||||
"input": [[8, "Leather"]],
|
||||
"tools": []
|
||||
"output": "Leather Tunic",
|
||||
"input": [[8, "Leather"]]
|
||||
}, {
|
||||
"output": [[1, "Leather Helm"]],
|
||||
"input": [[5, "Leather"]],
|
||||
"tools": []
|
||||
"output": "Leather Helm",
|
||||
"input": [[5, "Leather"]]
|
||||
}, {
|
||||
"output": [[1, "Leather Leggings"]],
|
||||
"input": [[7, "Leather"]],
|
||||
"tools": []
|
||||
"output": "Leather Leggings",
|
||||
"input": [[7, "Leather"]]
|
||||
}, {
|
||||
"output": [[2, "Light Blue Dye"]],
|
||||
"input": [[1, "Bone Meal"], [1, "Lapis Lazuli"]],
|
||||
"tools": []
|
||||
"input": ["Bone Meal", "Lapis Lazuli"]
|
||||
}, {
|
||||
"output": [[3, "Light Gray Dye"]],
|
||||
"input": [[2, "Bone Meal"], [1, "Ink Sac"]],
|
||||
"tools": []
|
||||
"input": [[2, "Bone Meal"], "Ink Sac"]
|
||||
}, {
|
||||
"output": [[2, "Light Gray Dye"]],
|
||||
"input": [[1, "Bone Meal"], [1, "Gray Dye"]],
|
||||
"tools": []
|
||||
"input": ["Bone Meal", "Gray Dye"]
|
||||
}, {
|
||||
"output": [[2, "Lime Dye"]],
|
||||
"input": [[1, "Bone Meal"], [1, "Cactus Green"]],
|
||||
"tools": []
|
||||
"input": ["Bone Meal", "Cactus Green"]
|
||||
}, {
|
||||
"output": [[2, "Magenta Dye"]],
|
||||
"input": [[1, "Pink Dye"], [1, "Purple Dye"]],
|
||||
"tools": []
|
||||
"input": ["Pink Dye", "Purple Dye"]
|
||||
}, {
|
||||
"output": [[3, "Magenta Dye"]],
|
||||
"input": [[1, "Rose Red"], [1, "Pink Dye"], [1, "Lapis Lazuli"]],
|
||||
"tools": []
|
||||
"input": ["Rose Red", "Pink Dye", "Lapis Lazuli"]
|
||||
}, {
|
||||
"output": [[4, "Magenta Dye"]],
|
||||
"input": [[2, "Rose Red"], [1, "Bone Meal"], [1, "Lapis Lazuli"]],
|
||||
"tools": []
|
||||
"input": [[2, "Rose Red"], "Bone Meal", "Lapis Lazuli"]
|
||||
}, {
|
||||
"output": [[1, "Magma Cream"]],
|
||||
"input": [[1, "Slimeball"], [1, "Blaze Powder"]],
|
||||
"tools": []
|
||||
"output": "Magma Cream",
|
||||
"input": ["Slimeball", "Blaze Powder"]
|
||||
}, {
|
||||
"output": [[1, "Melon Seeds"]],
|
||||
"input": [[1, "Melon"]],
|
||||
"tools": []
|
||||
"output": "Melon Seeds",
|
||||
"input": "Melon"
|
||||
}, {
|
||||
"output": [[1, "Milk"]],
|
||||
"input": [[1, "Bucket"]],
|
||||
"tools": ["Cow"]
|
||||
"output": "Milk",
|
||||
"input": "Bucket",
|
||||
"tools": "Cow"
|
||||
}, {
|
||||
"output": [[1, "Minecart"]],
|
||||
"output": "Minecart",
|
||||
"input": [[5, "Iron"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Minecart with Chest"]],
|
||||
"input": [[1, "Minecart"], [1, "Chest"]],
|
||||
"tools": []
|
||||
"output": "Minecart with Chest",
|
||||
"input": ["Minecart", "Chest"]
|
||||
}, {
|
||||
"output": [[1, "Minecart with Furnace"]],
|
||||
"input": [[1, "Minecart"], [1, "Furnace"]],
|
||||
"tools": []
|
||||
"output": "Minecart with Furnace",
|
||||
"input": ["Minecart", "Furnace"]
|
||||
}, {
|
||||
"output": [[1, "Minecart with Hopper"]],
|
||||
"input": [[1, "Minecart"], [1, "Hopper"]],
|
||||
"tools": []
|
||||
"output": "Minecart with Hopper",
|
||||
"input": ["Minecart", "Hopper"]
|
||||
}, {
|
||||
"output": [[1, "Minecart with TNT"]],
|
||||
"input": [[1, "Minecart"], [1, "TNT"]],
|
||||
"tools": []
|
||||
"output": "Minecart with TNT",
|
||||
"input": ["Minecart", "TNT"]
|
||||
}, {
|
||||
"output": [[1, "Mushroom Stew"]],
|
||||
"input": [[1, "Bowl"], [1, "Red Mushroom"], [1, "Brown Mushroom"]],
|
||||
"tools": []
|
||||
"output": "Mushroom Stew",
|
||||
"input": ["Bowl", "Red Mushroom", "Brown Mushroom"]
|
||||
}, {
|
||||
"output": [[1, "Nether Brick (item)"]],
|
||||
"input": [[1, "Netherrack"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Nether Brick (item)",
|
||||
"input": ["Netherrack", "{furnace fuel}"],
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "Nether Brick (block)"]],
|
||||
"input": [[4, "Nether Brick (item)"]],
|
||||
"tools": []
|
||||
"output": "Nether Brick (block)",
|
||||
"input": [[4, "Nether Brick (item)"]]
|
||||
}, {
|
||||
"output": [[4, "Oak Plank"]],
|
||||
"input": [[1, "Oak Log"]],
|
||||
"tools": []
|
||||
"input": "Oak Log"
|
||||
}, {
|
||||
"output": [[2, "Orange Dye"]],
|
||||
"input": [[1, "Dandelion Yellow"], [1, "Rose Red"]],
|
||||
"tools": []
|
||||
"input": ["Dandelion Yellow", "Rose Red"]
|
||||
}, {
|
||||
"output": [[3, "Paper"]],
|
||||
"input": [[3, "Sugar Cane"]],
|
||||
"tools": []
|
||||
"input": [[3, "Sugar Cane"]]
|
||||
}, {
|
||||
"output": [[2, "Pink Dye"]],
|
||||
"input": [[1, "Bone Meal"], [1, "Rose Red"]],
|
||||
"tools": []
|
||||
"input": ["Bone Meal", "Rose Red"]
|
||||
}, {
|
||||
"output": [[1, "Piston"]],
|
||||
"input": [[4, "Cobblestone"], [3, "Oak Plank"], [1, "Iron Ingot"], [1, "Redstone"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Piston",
|
||||
"input": [[4, "Cobblestone"], [3, "Oak Plank"], "Iron Ingot", "Redstone"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Pumpkin Pie"]],
|
||||
"input": [[1, "Sugar"], [1, "Pumpkin"], [1, "Egg"]],
|
||||
"tools": []
|
||||
"output": "Pumpkin Pie",
|
||||
"input": ["Sugar", "Pumpkin", "Egg"]
|
||||
}, {
|
||||
"output": [[4, "Pumpkin Seeds"]],
|
||||
"input": [[1, "Pumpkin"]],
|
||||
"tools": []
|
||||
"input": "Pumpkin"
|
||||
}, {
|
||||
"output": [[2, "Purple Dye"]],
|
||||
"input": [[1, "Rose Red"], [1, "Lapis Lazuli"]],
|
||||
"tools": []
|
||||
"input": ["Rose Red", "Lapis Lazuli"]
|
||||
}, {
|
||||
"output": [[1, "Redstone Comparator"]],
|
||||
"input": [[3, "Redstone Torch"], [1, "Nether Quartz"], [3, "Stone"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Redstone Comparator",
|
||||
"input": [[3, "Redstone Torch"], "Nether Quartz", [3, "Stone"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Redstone Repeater"]],
|
||||
"input": [[2, "Redstone Torch"], [1, "Redstone"], [3, "Stone"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Redstone Repeater",
|
||||
"input": [[2, "Redstone Torch"], "Redstone", [3, "Stone"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Redstone Torch"]],
|
||||
"input": [[1, "Redstone"], [1, "Stick"]],
|
||||
"tools": []
|
||||
"output": "Redstone Torch",
|
||||
"input": ["Redstone", "Stick"]
|
||||
}, {
|
||||
"output": [[2, "Rose Red"]],
|
||||
"input": [[1, "Rose"]],
|
||||
"tools": []
|
||||
"input": "Rose"
|
||||
}, {
|
||||
"output": [[1, "Shears"]],
|
||||
"input": [[2, "Iron Ingot"]],
|
||||
"tools": []
|
||||
"output": "Shears",
|
||||
"input": [[2, "Iron Ingot"]]
|
||||
}, {
|
||||
"output": [[1, "Sign"]],
|
||||
"input": [[6, "Oak Plank"], [1, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Sign",
|
||||
"input": [[6, "Oak Plank"], "Stick"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Steak"]],
|
||||
"input": [[1, "Raw Beef"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Steak",
|
||||
"input": ["Raw Beef", "{furnace fuel}"],
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[4, "Stick"]],
|
||||
"input": [[2, "Oak Plank"]],
|
||||
"tools": []
|
||||
"input": [[2, "Oak Plank"]]
|
||||
}, {
|
||||
"output": [[1, "Sticky Piston"]],
|
||||
"input": [[1, "Piston"], [1, "Slimeball"]],
|
||||
"tools": []
|
||||
"output": "Sticky Piston",
|
||||
"input": ["Piston", "Slimeball"]
|
||||
}, {
|
||||
"output": [[1, "Sugar"]],
|
||||
"input": [[1, "Sugar Cane"]],
|
||||
"tools": []
|
||||
"output": "Sugar",
|
||||
"input": "Sugar Cane"
|
||||
}, {
|
||||
"output": [[1, "Stone"]],
|
||||
"input": [[1, "Cobblestone"], [1, "{furnace fuel}"]],
|
||||
"tools": ["Furnace"]
|
||||
"output": "Stone",
|
||||
"input": ["Cobblestone", "{furnace fuel}"],
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": [[1, "Stone Axe"]],
|
||||
"output": "Stone Axe",
|
||||
"input": [[3, "Cobblestone"], [2, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Stone Button"]],
|
||||
"input": [[1, "Stone"]],
|
||||
"tools": []
|
||||
"output": "Stone Button",
|
||||
"input": "Stone"
|
||||
}, {
|
||||
"output": [[1, "Stone Hoe"]],
|
||||
"output": "Stone Hoe",
|
||||
"input": [[2, "Cobblestone"], [2, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Stone Pickaxe"]],
|
||||
"output": "Stone Pickaxe",
|
||||
"input": [[3, "Cobblestone"], [2, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Stone Sword"]],
|
||||
"input": [[2, "Cobblestone"], [1, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Stone Sword",
|
||||
"input": [[2, "Cobblestone"], "Stick"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "TNT"]],
|
||||
"output": "TNT",
|
||||
"input": [[5, "Gunpowder"], [4, "Sand"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Water Bucket"]],
|
||||
"input": [[1, "Bucket"], [1, "Water Source Block"]],
|
||||
"output": "Water Bucket",
|
||||
"input": ["Bucket", "Water Source Block"],
|
||||
"tools": []
|
||||
}, {
|
||||
"output": [[1, "Wooden Axe"]],
|
||||
"output": "Wooden Axe",
|
||||
"input": [[3, "Oak Plank"], [2, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Wooden Button"]],
|
||||
"input": [[1, "Oak Plank"]],
|
||||
"tools": []
|
||||
"output": "Wooden Button",
|
||||
"input": "Oak Plank"
|
||||
}, {
|
||||
"output": [[1, "Wooden Door"]],
|
||||
"output": "Wooden Door",
|
||||
"input": [[6, "Oak Plank"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Wooden Hoe"]],
|
||||
"output": "Wooden Hoe",
|
||||
"input": [[2, "Oak Plank"], [2, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Wooden Pickaxe"]],
|
||||
"output": "Wooden Pickaxe",
|
||||
"input": [[3, "Oak Plank"], [2, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Wooden Sword"]],
|
||||
"input": [[2, "Oak Plank"], [1, "Stick"]],
|
||||
"tools": ["Crafting Table"]
|
||||
"output": "Wooden Sword",
|
||||
"input": [[2, "Oak Plank"], "Stick"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": [[1, "Lever"]],
|
||||
"input": [[1, "Stick"], [1, "Cobblestone"]],
|
||||
"tools": []
|
||||
"output": "Lever",
|
||||
"input": ["Stick", "Cobblestone"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user