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

19 lines
277 B
JSON

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