Files
Minecraft1.12SRC/eclipse/Client/bin/assets/minecraft/recipes/stonebrick.json
2020-07-20 00:21:55 +08:00

18 lines
237 B
JSON

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