| 1234567891011121314151617181920 |
- {
- "type": "minecraft:crafting_shaped",
- "group": "wooden_fence",
- "pattern": [
- "W#W",
- "W#W"
- ],
- "key": {
- "#": {
- "item": "minecraft:stick"
- },
- "W": {
- "item": "minecraft:birch_planks"
- }
- },
- "result": {
- "item": "minecraft:birch_fence",
- "count": 3
- }
- }
|