Guest User

Untitled

a guest
Jul 22nd, 2023
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. {
  2. "pools": [
  3. {
  4. "rolls": 1.0,
  5. "bonus_rolls": 0.0,
  6. "entries": [
  7. {
  8. "weight": 1,
  9. "type": "minecraft:item",
  10. "functions": [
  11. {
  12. "function": "minecraft:set_count",
  13. "count": {
  14. "type": "minecraft:uniform",
  15. "min": 1.0,
  16. "max": 1.0
  17. },
  18. "add": false
  19. },
  20. {
  21. "function": "minecraft:looting_enchant",
  22. "count": {
  23. "type": "minecraft:uniform",
  24. "min": 0.0,
  25. "max": 1.0
  26. }
  27. }
  28. ],
  29. "name": "minecraft:apple"
  30. },
  31. {
  32. "weight": 1,
  33. "type": "minecraft:item",
  34. "functions": [
  35. {
  36. "function": "minecraft:set_count",
  37. "count": {
  38. "type": "minecraft:uniform",
  39. "min": 1.0,
  40. "max": 1.0
  41. },
  42. "add": false
  43. },
  44. {
  45. "function": "minecraft:looting_enchant",
  46. "count": {
  47. "type": "minecraft:uniform",
  48. "min": 0.0,
  49. "max": 1.0
  50. }
  51. }
  52. ],
  53. "name": "minecraft:grass"
  54. }
  55. ]
  56. }
  57. ]
  58. }
Advertisement
Add Comment
Please, Sign In to add comment