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

19 lines
261 B
JSON

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