Files
meatballcraft/config/compactmachines3/recipes/botania_agglomeration.json
T
2023-07-31 14:55:15 -07:00

70 lines
1.0 KiB
JSON

{
"name": "compactmachines3:botania_agglomeration",
"target-item": "botania:terraplate",
"target-meta": 0,
"target-count": 1,
"duration": 200,
"catalyst": "contenttweaker:multiblock_preview",
"input-types": {
"a": {
"id": "botania:livingrock",
"meta": 0
},
"b": {
"id": "minecraft:lapis_block",
"meta": 0
},
"c": {
"id": "botania:terraplate",
"meta": 0,
"item": {
"id": "botania:terraplate",
"count": 1
}
}
},
"shape": [
[
[
"_",
"_",
"_"
],
[
"_",
"c",
"_"
],
[
"_",
"_",
"_"
]
],
[
[
"a",
"b",
"a"
],
[
"b",
"a",
"b"
],
[
"a",
"b",
"a"
]
]
]
}