Files
minecraft-assets/data/minecraft/recipes/blue_bed.json
2022-06-29 18:37:59 +02:00

19 lines
271 B
JSON

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