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

16 lines
207 B
JSON

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