| 12345678910111213141516171819 |
- {
- "type": "minecraft:crafting_shaped",
- "group": "wooden_fence_gate",
- "pattern": [
- "#W#",
- "#W#"
- ],
- "key": {
- "#": {
- "item": "minecraft:stick"
- },
- "W": {
- "item": "minecraft:dark_oak_planks"
- }
- },
- "result": {
- "item": "minecraft:dark_oak_fence_gate"
- }
- }
|