1
0

birch_fence.json 302 B

1234567891011121314151617181920
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "group": "wooden_fence",
  4. "pattern": [
  5. "W#W",
  6. "W#W"
  7. ],
  8. "key": {
  9. "#": {
  10. "item": "minecraft:stick"
  11. },
  12. "W": {
  13. "item": "minecraft:birch_planks"
  14. }
  15. },
  16. "result": {
  17. "item": "minecraft:birch_fence",
  18. "count": 3
  19. }
  20. }