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

17 lines
243 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:stone"
}
},
"pattern": [
"##",
"##"
],
"result": {
"count": 4,
"item": "minecraft:stone_bricks"
}
}