Move recipebooks to subdirs for each mod
This commit is contained in:
@@ -0,0 +1,125 @@
|
||||
{
|
||||
"version": 1,
|
||||
"mod_name": "MoreBlocks",
|
||||
"mod_version": "1.0",
|
||||
"description": "Crafting recipes from More Blocks Mod, by MCE626",
|
||||
"recipes": [
|
||||
{
|
||||
"output": "Cement Block",
|
||||
"input": "Gravel",
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": "Chisel",
|
||||
"input": ["Iron Ingot", "Stick"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Crying Obsidian",
|
||||
"input": ["Obsidian", "Water Bucket"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Crystal Ball",
|
||||
"input": [[4, "Crystal Gem"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Crystal Block",
|
||||
"input": [[9, "Crystal Gem"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Crystal Gem",
|
||||
"input": "Crystal Block",
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Crystal Gem",
|
||||
"input": [[7, "Crystal Nugget"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Crystal Nugget",
|
||||
"input": [[5, "Crystal Piece"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Crystal Piece",
|
||||
"input": "Crystal Nugget",
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Crystal Piece",
|
||||
"input": "Crystal Gem",
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Crystal Piece",
|
||||
"input": [[7, "Crystal Dust"]],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Einsteinium Bomb",
|
||||
"input": [[8, "Iron Ingot"], "Einsteinium Ingot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Einsteinium Ingot",
|
||||
"input": "Einsteinium Ore",
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": "Essence of Air",
|
||||
"input": "Hard Crystal Ball",
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Essence of Earth",
|
||||
"input": ["Dirt", "Hard Crystal Ball"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Essence of Fire",
|
||||
"input": ["Hard Crystal Ball", "Lava Bucket"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Essence of Life",
|
||||
"input": ["Flower", "Hard Crystal Ball"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Essence of Water",
|
||||
"input": ["Hard Crystal Ball", "Water Bucket"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Hard Crystal Ball",
|
||||
"input": "Crystal Ball",
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": "Healer",
|
||||
"input": [[3, "Red Dye"], [2, "Essence of Life"], "Essence of Air", "Essence of Earth", "Essence of Fire", "Essence of Water"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Lava Cobblestone",
|
||||
"input": ["Cobblestone", "Lava Bucket"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Lava Obsidian",
|
||||
"input": ["Lava Bucket", "Obsidian"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Neptunium Bomb",
|
||||
"input": [[8, "Iron Ingot"], "Neptunium Ingot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Neptunium Ingot",
|
||||
"input": "Neptunium Ore",
|
||||
"tools": "Furnace"
|
||||
}, {
|
||||
"output": "Popcorn",
|
||||
"input": "Corn Seeds",
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Stone Brick",
|
||||
"input": "Stone",
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Ultimate Nuker",
|
||||
"input": [[3, "Iron Ingot"], "Einsteinium Ingot", "Explosive Charge", "Neptunium", "Uranium Ingot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Uranium Bomb",
|
||||
"input": [[8, "Iron Ingot"], "Uranium Ingot"],
|
||||
"tools": "Crafting Table"
|
||||
}, {
|
||||
"output": "Uranium Ingot",
|
||||
"input": "Uranium Ore",
|
||||
"tools": "Furnace"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user