Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. {
  2. "pools": [
  3. {
  4. "rolls": 1,
  5. "entries": [
  6. {
  7. "type": "loot_table",
  8. "name": "minecraft:gameplay/fishing/junk",
  9. "weight": 10,
  10. "quality": -2
  11. },
  12. {
  13. "type": "loot_table",
  14. "name": "minecraft:gameplay/fishing/treasure",
  15. "weight": 5,
  16. "quality": 2
  17. },
  18. {
  19. "type": "loot_table",
  20. "name": "minecraft:gameplay/fishing/fish",
  21. "weight": 85,
  22. "quality": -1
  23. }
  24. ]
  25. },
  26. {
  27. "rolls": 1,
  28. "entries": [
  29. {
  30. "type": "empty",
  31. "weight": 1
  32. },
  33. {
  34. "type": "loot_table",
  35. "name": "custom:fish_heads",
  36. "weight": 2
  37. },
  38. {
  39. "type": "item",
  40. "name": "heart_of_the_sea",
  41. "weight": 1000
  42. }
  43. ]
  44. }
  45. ]
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement