21 lines
309 B
JSON
21 lines
309 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "misc",
|
|
"group": "bed",
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:brown_wool"
|
|
},
|
|
"X": {
|
|
"tag": "minecraft:planks"
|
|
}
|
|
},
|
|
"pattern": [
|
|
"###",
|
|
"XXX"
|
|
],
|
|
"result": {
|
|
"count": 1,
|
|
"id": "minecraft:brown_bed"
|
|
}
|
|
} |