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

21 lines
324 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "bed",
"key": {
"#": {
"item": "minecraft:brown_wool"
},
"X": {
"tag": "minecraft:planks"
}
},
"pattern": [
"###",
"XXX"
],
"result": {
"item": "minecraft:brown_bed"
},
"show_notification": true
}