Files
minecraft-assets/data/minecraft/recipe/orange_bed.json
2024-06-12 18:31:22 +02:00

21 lines
311 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "bed",
"key": {
"#": {
"item": "minecraft:orange_wool"
},
"X": {
"tag": "minecraft:planks"
}
},
"pattern": [
"###",
"XXX"
],
"result": {
"count": 1,
"id": "minecraft:orange_bed"
}
}