Files
minecraft-assets/data/minecraft/recipes/red_sandstone.json
2022-11-02 18:37:07 +01:00

16 lines
231 B
JSON

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