Files
minecraft-assets/data/minecraft/recipe/chiseled_tuff_bricks.json
2024-08-07 18:31:40 +02:00

17 lines
257 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:tuff_brick_slab"
}
},
"pattern": [
"#",
"#"
],
"result": {
"count": 1,
"id": "minecraft:chiseled_tuff_bricks"
}
}