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

20 lines
295 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "bed",
"key": {
"#": {
"item": "minecraft:black_wool"
},
"X": {
"tag": "minecraft:planks"
}
},
"pattern": [
"###",
"XXX"
],
"result": {
"item": "minecraft:black_bed"
}
}