Files
minecraft-assets/data/minecraft/recipes/stone_bricks.json
2021-12-08 18:34:21 +00:00

16 lines
217 B
JSON

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