Files
minecraft-assets/assets/minecraft/recipes/black_bed.json
2017-04-15 11:12:58 +00:00

20 lines
268 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"###",
"XXX"
],
"key": {
"#": {
"item": "minecraft:wool",
"data": 15
},
"X": {
"item": "minecraft:planks"
}
},
"result": {
"item": "minecraft:bed",
"data": 15
}
}