Files
2017-04-06 18:42:20 +00:00

18 lines
234 B
JSON

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