Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. {
  2. "pools": [
  3. {
  4. "rolls": {
  5. "min": 1,
  6. "max": 20
  7. },
  8. "entries": [
  9. {
  10. "type": "item",
  11. "name": "minecraft:elytra",
  12. "weight": 5,
  13. "functions": [
  14. {
  15. "function": "enchant_randomly",
  16. "enchantments": [
  17. "mending"
  18. ]
  19. }
  20. ]
  21. },
  22. {
  23. "type": "item",
  24. "name": "minecraft:mob_spawner",
  25. "weight": 2
  26. },
  27. {
  28. "type": "item",
  29. "name": "minecraft:experience_bottle",
  30. "weight": 5,
  31. "functions": [
  32. {
  33. "function": "set_count",
  34. "count": {
  35. "min": 32,
  36. "max": 64
  37. }
  38. }
  39. ]
  40. },
  41. {
  42. "type": "item",
  43. "name": "minecraft:enchanted_book",
  44. "weight": 8,
  45. "functions": [
  46. {
  47. "function": "enchant_randomly"
  48. }
  49. ]
  50. }
  51. ]
  52. }
  53. ]
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement