Files
minecraft-assets/data/minecraft/recipe/chiseled_stone_bricks.json
2024-08-14 18:31:47 +02:00

17 lines
259 B
JSON

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