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

52 lines
807 B
JSON

{
"name": "compactmachines3:nuclearcraft_polonium",
"target-item": "contenttweaker:safe_polonium",
"target-meta": 0,
"target-count": 1,
"duration": 200,
"catalyst": "contenttweaker:multiblock_preview",
"input-types": {
"a": {
"id": "contenttweaker:redstone_nak_cooler",
"meta": 0
},
"b": {
"id": "contenttweaker:polonium_vessel",
"meta": 0
},
"c": {
"id": "contenttweaker:cryotheum_nak_cooler",
"meta": 0
}
},
"shape": [
[
[
"a",
"_",
"a"
]
],
[
[
"b",
"c",
"b"
]
],
[
[
"a",
"_",
"a"
]
]
]
}