Files
meatballcraft/config/compactmachines3/recipes/thaumcraft_crucible.json
T
2023-09-06 13:53:58 -07:00

47 lines
734 B
JSON

{
"name": "compactmachines3:thaumcraft_crucible",
"target-item": "thaumcraft:crucible",
"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:cauldron",
"meta": 0,
"item": {
"id": "minecraft:cauldron",
"count": 1
}
}
},
"shape": [
[
[
"a"
]
],
[
[
"b"
]
]
]
}