Files
minecraft-assets/data/minecraft/recipes/chiseled_stone_bricks.json
2021-07-07 09:21:22 +00:00

15 lines
219 B
JSON

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