polar_bear.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "type": "minecraft:entity",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "weight": 3,
  10. "functions": [
  11. {
  12. "function": "minecraft:set_count",
  13. "count": {
  14. "min": 0.0,
  15. "max": 2.0,
  16. "type": "minecraft:uniform"
  17. }
  18. },
  19. {
  20. "function": "minecraft:looting_enchant",
  21. "count": {
  22. "min": 0.0,
  23. "max": 1.0
  24. }
  25. }
  26. ],
  27. "name": "minecraft:cod"
  28. },
  29. {
  30. "type": "minecraft:item",
  31. "functions": [
  32. {
  33. "function": "minecraft:set_count",
  34. "count": {
  35. "min": 0.0,
  36. "max": 2.0,
  37. "type": "minecraft:uniform"
  38. }
  39. },
  40. {
  41. "function": "minecraft:looting_enchant",
  42. "count": {
  43. "min": 0.0,
  44. "max": 1.0
  45. }
  46. }
  47. ],
  48. "name": "minecraft:salmon"
  49. }
  50. ]
  51. }
  52. ]
  53. }