Files
minecraft-assets/data/minecraft/recipe/cut_red_sandstone.json
2024-06-13 21:50:08 +02:00

17 lines
254 B
JSON

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