Advertisement
Guest User

Code

a guest
Oct 15th, 2019
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. {
  2. "type": "minecraft:entity",
  3. "pools": [
  4. {
  5. "rolls": {
  6. "min": 1.0,
  7. "max": 3.0,
  8. "type": "minecraft:uniform"
  9. },
  10. "entries": [
  11. {
  12. "type": "minecraft:item",
  13. "functions": [
  14. {
  15. "function": "minecraft:set_count",
  16. "count": {
  17. "min": 0.0,
  18. "max": 2.0,
  19. "type": "minecraft:uniform"
  20. }
  21. },
  22. {
  23. "function": "minecraft:looting_enchant",
  24. "count": {
  25. "min": 0.0,
  26. "max": 1.0
  27. }
  28. }
  29. ],
  30. "name": "minecraft:glowstone_dust"
  31. },
  32. {
  33. "type": "minecraft:item",
  34. "functions": [
  35. {
  36. "function": "minecraft:set_count",
  37. "count": {
  38. "min": 0.0,
  39. "max": 2.0,
  40. "type": "minecraft:uniform"
  41. }
  42. },
  43. {
  44. "function": "minecraft:looting_enchant",
  45. "count": {
  46. "min": 0.0,
  47. "max": 1.0
  48. }
  49. }
  50. ],
  51. "name": "minecraft:sugar"
  52. },
  53. {
  54. "type": "minecraft:item",
  55. "functions": [
  56. {
  57. "function": "minecraft:set_count",
  58. "count": {
  59. "min": 0.0,
  60. "max": 2.0,
  61. "type": "minecraft:uniform"
  62. }
  63. },
  64. {
  65. "function": "minecraft:looting_enchant",
  66. "count": {
  67. "min": 0.0,
  68. "max": 1.0
  69. }
  70. }
  71. ],
  72. "name": "minecraft:redstone"
  73. },
  74. {
  75. "type": "minecraft:item",
  76. "functions": [
  77. {
  78. "function": "minecraft:set_count",
  79. "count": {
  80. "min": 0.0,
  81. "max": 2.0,
  82. "type": "minecraft:uniform"
  83. }
  84. },
  85. {
  86. "function": "minecraft:looting_enchant",
  87. "count": {
  88. "min": 0.0,
  89. "max": 1.0
  90. }
  91. }
  92. ],
  93. "name": "minecraft:spider_eye"
  94. },
  95. {
  96. "type": "minecraft:item",
  97. "functions": [
  98. {
  99. "function": "minecraft:set_count",
  100. "count": {
  101. "min": 0.0,
  102. "max": 2.0,
  103. "type": "minecraft:uniform"
  104. }
  105. },
  106. {
  107. "function": "minecraft:looting_enchant",
  108. "count": {
  109. "min": 0.0,
  110. "max": 1.0
  111. }
  112. }
  113. ],
  114. "name": "minecraft:glass_bottle"
  115. },
  116. {
  117. "type": "minecraft:item",
  118. "functions": [
  119. {
  120. "function": "minecraft:set_count",
  121. "count": {
  122. "min": 0.0,
  123. "max": 2.0,
  124. "type": "minecraft:uniform"
  125. }
  126. },
  127. {
  128. "function": "minecraft:looting_enchant",
  129. "count": {
  130. "min": 0.0,
  131. "max": 1.0
  132. }
  133. }
  134. ],
  135. "name": "minecraft:gunpowder"
  136. },
  137. {
  138. "type": "minecraft:item",
  139. "weight": 2,
  140. "functions": [
  141. {
  142. "function": "minecraft:set_count",
  143. "count": {
  144. "min": 0.0,
  145. "max": 2.0,
  146. "type": "minecraft:uniform"
  147. }
  148. },
  149. {
  150. "function": "minecraft:looting_enchant",
  151. "count": {
  152. "min": 0.0,
  153. "max": 1.0
  154. }
  155. },
  156. {
  157. "function": "minecraft:set_nbt",
  158. "tag":{
  159. "potion": "weakness",
  160. {
  161. }
  162. ],
  163. "name": "minecraft:splash_potion"
  164. }
  165. ]
  166. }
  167. ]
  168. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement