Files
minecraft-assets/data/minecraft/recipes/sandstone.json
2022-06-08 13:07:58 +02:00

15 lines
197 B
JSON

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