19 lines
260 B
JSON
19 lines
260 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"group": "wooden_door",
|
|
"pattern": [
|
|
"##",
|
|
"##",
|
|
"##"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:planks",
|
|
"data": 1
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:spruce_door",
|
|
"count": 3
|
|
}
|
|
} |