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

20 lines
266 B
JSON

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