Advertisement
Guest User

Untitled

a guest
Jan 9th, 2020
2,766
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. {
  2. "type": "minecraft:fishing",
  3. "pools": [
  4. {
  5. "rolls": 1.0,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "weight": 60,
  10. "name": "minecraft:cod"
  11. },
  12. {
  13. "type": "minecraft:item",
  14. "weight": 25,
  15. "name": "minecraft:salmon"
  16. },
  17. {
  18. "type": "minecraft:item",
  19. "weight": 2,
  20. "name": "minecraft:tropical_fish"
  21. },
  22. {
  23. "type": "minecraft:item",
  24. "weight": 13,
  25. "name": "minecraft:pufferfish"
  26. }
  27. ]
  28. }
  29. ]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement