jungle_temple_dispenser.json 562 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "type": "minecraft:chest",
  3. "pools": [
  4. {
  5. "rolls": {
  6. "min": 1.0,
  7. "max": 2.0,
  8. "type": "minecraft:uniform"
  9. },
  10. "entries": [
  11. {
  12. "type": "minecraft:item",
  13. "weight": 30,
  14. "functions": [
  15. {
  16. "function": "minecraft:set_count",
  17. "count": {
  18. "min": 2.0,
  19. "max": 7.0,
  20. "type": "minecraft:uniform"
  21. }
  22. }
  23. ],
  24. "name": "minecraft:arrow"
  25. }
  26. ]
  27. }
  28. ]
  29. }