minecraft-assets/data/minecraft/recipes/purple_bed.json

19 lines
275 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "bed",
"pattern": [
"###",
"XXX"
],
"key": {
"#": {
"item": "minecraft:purple_wool"
},
"X": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "minecraft:purple_bed"
}
}