20 lines
298 B
JSON
20 lines
298 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"group": "wooden_fence_gate",
|
|
"pattern": [
|
|
"#W#",
|
|
"#W#"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:stick"
|
|
},
|
|
"W": {
|
|
"item": "minecraft:planks",
|
|
"data": 1
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:spruce_fence_gate"
|
|
}
|
|
} |