21 lines
304 B
JSON
21 lines
304 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"group": "wooden_fence",
|
|
"pattern": [
|
|
"W#W",
|
|
"W#W"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:stick"
|
|
},
|
|
"W": {
|
|
"item": "minecraft:planks",
|
|
"data": 1
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:spruce_fence",
|
|
"count": 3
|
|
}
|
|
} |