Files
minecraft-assets/data/minecraft/recipes/yellow_bed.json
2018-12-21 06:38:40 +00:00

19 lines
265 B
JSON

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