minecraft-assets/data/minecraft/recipes/chiseled_stone_bricks.json

15 lines
219 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:stone_brick_slab"
}
},
"result": {
"item": "minecraft:chiseled_stone_bricks"
}
}