HexCasting/Fabric/src/generated/resources/data/hexcasting/recipes/brainsweep/testing/bad_to_the_bone.json
2022-12-30 13:00:47 -05:00

18 lines
311 B
JSON

{
"type": "hexcasting:brainsweep",
"blockIn": {
"type": "block",
"block": "minecraft:scaffolding"
},
"cost": 50000,
"entityIn": {
"type": "entity_tag",
"tag": "minecraft:skeletons"
},
"result": {
"name": "minecraft:bone_block",
"properties": {
"axis": "y"
}
}
}