Files
meatballcraft/config/compactmachines3/recipes/thaumcraft_infernalfurnace.json
T
2024-02-04 10:54:55 -08:00

116 lines
1.7 KiB
JSON

{
"name": "compactmachines3:thaumcraft_infernalfurnace",
"target-item": "contenttweaker:infernal_furnace",
"target-meta": 0,
"target-count": 1,
"duration": 200,
"catalyst": "contenttweaker:multiblock_preview",
"input-types": {
"a": {
"id": "minecraft:tripwire",
"meta": 0,
"item": {
"id": "thaumcraft:salis_mundus",
"count": 1
}
},
"b": {
"id": "minecraft:nether_brick",
"meta": 0
},
"c": {
"id": "minecraft:obsidian",
"meta": 0
},
"d": {
"id": "minecraft:iron_bars",
"meta": 0
},
"e": {
"id": "minecraft:lava",
"meta": 0,
"item": {
"id": "minecraft:lava_bucket",
"count": 1
}
}
},
"shape": [
[
[
"a",
"_",
"_"
],
[
"_",
"_",
"_"
],
[
"_",
"_",
"_"
]
],
[
[
"b",
"c",
"b"
],
[
"c",
"_",
"c"
],
[
"b",
"c",
"b"
]
],
[
[
"b",
"c",
"b"
],
[
"d",
"e",
"c"
],
[
"b",
"c",
"b"
]
],
[
[
"b",
"c",
"b"
],
[
"c",
"c",
"c"
],
[
"b",
"c",
"b"
]
]
]
}