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

108 lines
1.5 KiB
JSON

{
"name": "compactmachines3:abyssalcraft_power6",
"target-item": "abyssalcraft:statue",
"target-meta": 6,
"target-count": 1,
"duration": 200,
"catalyst": "contenttweaker:multiblock_preview",
"input-types": {
"a": {
"id": "abyssalcraft:statue",
"meta": 6
},
"b": {
"id": "abyssalcraft:monolithpillar",
"meta": 0
},
"c": {
"id": "abyssalcraft:stone",
"meta": 7
},
"d": {
"id": "minecraft:stone",
"meta": 0,
"item": {
"id": "contenttweaker:to_make_statues_safe",
"count": 1
}
}
},
"shape": [
[
[
"_",
"a",
"_"
],
[
"a",
"c",
"a"
],
[
"_",
"a",
"_"
]
],
[
[
"b",
"c",
"b"
],
[
"c",
"c",
"c"
],
[
"b",
"c",
"b"
]
],
[
[
"c",
"c",
"c"
],
[
"c",
"c",
"c"
],
[
"c",
"c",
"c"
]
],
[
[
"d",
"d",
"d"
],
[
"d",
"d",
"d"
],
[
"d",
"d",
"d"
]
]
]
}