Files
minecraft-assets/data/minecraft/recipe/pink_bed.json
2025-01-29 18:30:55 +01:00

17 lines
265 B
JSON

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