minecraft-src/data/minecraft/recipe/light_blue_bed.json
2025-07-04 01:41:11 +03:00

21 lines
No EOL
319 B
JSON

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