Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. {
  2. "pools": [
  3. {
  4. "rolls": 1,
  5. "entries": [
  6. {
  7. "type": "item",
  8. "name": "minecraft:rotten_flesh",
  9. "weight": 1,
  10. "functions": [
  11. {
  12. "function": "set_count",
  13. "count": {
  14. "min": 0,
  15. "max": 1
  16. }
  17. },
  18. {
  19. "function": "looting_enchant",
  20. "count": {
  21. "min": 0,
  22. "max": 1
  23. }
  24. }
  25. ]
  26. }
  27. ]
  28. },
  29. {
  30. "rolls": 1,
  31. "entries": [
  32. {
  33. "type": "item",
  34. "name": "minecraft:gold_nugget",
  35. "weight": 1,
  36. "functions": [
  37. {
  38. "function": "set_count",
  39. "count": {
  40. "min": 0,
  41. "max": 1
  42. }
  43. },
  44. {
  45. "function": "looting_enchant",
  46. "count": {
  47. "min": 0,
  48. "max": 1
  49. }
  50. }
  51. ]
  52. }
  53. ]
  54. },
  55. {
  56. "conditions": [
  57. {
  58. "condition": "killed_by_player"
  59. },
  60. {
  61. "condition": "random_chance_with_looting",
  62. "chance": 0.025,
  63. "looting_multiplier": 0.01
  64. }
  65. ],
  66. "rolls": 1,
  67. "entries": [
  68. {
  69. "type": "item",
  70. "name": "minecraft:gold_ingot",
  71. "weight": 1
  72. }
  73. ]
  74. }
  75. ]
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement