Files
minecraft-assets/data/minecraft/recipe/gray_bed.json
2025-01-22 18:31:05 +01:00

17 lines
265 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "bed",
"key": {
"#": "minecraft:gray_wool",
"X": "#minecraft:planks"
},
"pattern": [
"###",
"XXX"
],
"result": {
"count": 1,
"id": "minecraft:gray_bed"
}
}