fishing.json 601 B

12345678910111213141516171819202122232425262728
  1. {
  2. "type": "minecraft:fishing",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:loot_table",
  9. "weight": 10,
  10. "quality": -2,
  11. "name": "minecraft:gameplay/fishing/junk"
  12. },
  13. {
  14. "type": "minecraft:loot_table",
  15. "weight": 5,
  16. "quality": 2,
  17. "name": "minecraft:gameplay/fishing/treasure"
  18. },
  19. {
  20. "type": "minecraft:loot_table",
  21. "weight": 85,
  22. "quality": -1,
  23. "name": "minecraft:gameplay/fishing/fish"
  24. }
  25. ]
  26. }
  27. ]
  28. }