Files
meatballcraft/config/compactmachines3/recipes/nuclearcraft_quintupleexchanger.json
T
2024-05-03 10:04:06 -07:00

48 lines
743 B
JSON

{
"name": "compactmachines3:nuclearcraft_quintupleexchanger",
"target-item": "contenttweaker:quintuple_nak_heat_exchanger",
"target-meta": 0,
"target-count": 1,
"duration": 200,
"catalyst": "contenttweaker:multiblock_preview",
"input-types": {
"a": {
"id": "contenttweaker:hot_heat_exchanger",
"meta": 0
},
"b": {
"id": "contenttweaker:cold_heat_exchanger",
"meta": 0
}
},
"shape": [
[
[
"a",
"b",
"a"
]
],
[
[
"b",
"a",
"b"
]
],
[
[
"a",
"b",
"a"
]
]
]
}