Files
minecraft-assets/data/minecraft/recipes/bone_block.json
2022-02-16 18:34:39 +00:00

16 lines
216 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:bone_meal"
}
},
"result": {
"item": "minecraft:bone_block"
}
}