Files
minecraft-assets/data/minecraft/recipe/sandstone.json
2025-03-05 18:31:24 +01:00

15 lines
215 B
JSON

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