Files
minecraft-assets/data/minecraft/recipe/coal_block.json
2025-02-05 18:31:24 +01:00

16 lines
229 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": "minecraft:coal"
},
"pattern": [
"###",
"###",
"###"
],
"result": {
"count": 1,
"id": "minecraft:coal_block"
}
}