Files
minecraft-assets/data/minecraft/recipes/red_sandstone.json
2024-03-13 18:29:36 +01:00

17 lines
245 B
JSON

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