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

16 lines
223 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:sand"
}
},
"pattern": [
"##",
"##"
],
"result": {
"item": "minecraft:sandstone"
}
}