Guest User

Untitled

a guest
May 19th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. {
  2. "pools": [
  3. {
  4. "name": "garnet",
  5. "rolls": {
  6. "min": 1,
  7. "max": 2
  8. },
  9. "entries": [
  10. {
  11. "type": "item",
  12. "name": "rotd:garnet_dragon_scales",
  13. "weight": 1,
  14. "functions": [
  15. {
  16. "function": "minecraft:set_count",
  17. "count": {
  18. "min": 1,
  19. "max": 3
  20. }
  21. }
  22. ]
  23. }
  24. ]
  25. }
  26. ]
  27. }
Advertisement
Add Comment
Please, Sign In to add comment