Advertisement
Alstro20

bounties.json

Jul 17th, 2021
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. [
  2. {
  3. "content": "minecraft:fish",
  4. "amount": {
  5. "min": 2,
  6. "max": 8
  7. },
  8. "unitWorth": 12,
  9. "weight": 100
  10. },
  11. {
  12. "content": "minecraft:apple",
  13. "amount": {
  14. "min": 2,
  15. "max": 8
  16. },
  17. "unitWorth": 10,
  18. "weight": 100
  19. },
  20. {
  21. "content": "minecraft:book",
  22. "amount": {
  23. "min": 2,
  24. "max": 8
  25. },
  26. "unitWorth": 20,
  27. "weight": 100
  28. },
  29. {
  30. "content": "minecraft:cactus",
  31. "amount": {
  32. "min": 2,
  33. "max": 10
  34. },
  35. "unitWorth": 8,
  36. "weight": 100
  37. },
  38. {
  39. "content": "minecraft:diamond",
  40. "amount": {
  41. "min": 1,
  42. "max": 6
  43. },
  44. "unitWorth": 32,
  45. "weight": 90
  46. },
  47. {
  48. "content": "minecraft:iron_ingot",
  49. "amount": {
  50. "min": 1,
  51. "max": 8
  52. },
  53. "unitWorth": 20,
  54. "weight": 100
  55. },
  56. {
  57. "content": "minecraft:redstone",
  58. "amount": {
  59. "min": 1,
  60. "max": 8
  61. },
  62. "unitWorth": 10,
  63. "weight": 100
  64. },
  65. {
  66. "content": "minecraft:bread",
  67. "amount": {
  68. "min": 1,
  69. "max": 12
  70. },
  71. "unitWorth": 6,
  72. "weight": 100
  73. },
  74. {
  75. "content": "minecraft:rotten_flesh",
  76. "amount": {
  77. "min": 1,
  78. "max": 24
  79. },
  80. "unitWorth": 2,
  81. "weight": 100
  82. },
  83. {
  84. "content": "minecraft:sign",
  85. "amount": {
  86. "min": 1,
  87. "max": 4
  88. },
  89. "unitWorth": 6,
  90. "weight": 100
  91. },
  92. {
  93. "content": "minecraft:slime_ball",
  94. "amount": {
  95. "min": 1,
  96. "max": 10
  97. },
  98. "unitWorth": 6,
  99. "weight": 100
  100. },
  101. {
  102. "content": "minecraft:spider_eye",
  103. "amount": {
  104. "min": 1,
  105. "max": 4
  106. },
  107. "unitWorth": 8,
  108. "weight": 100
  109. },
  110. {
  111. "content": "minecraft:string",
  112. "amount": {
  113. "min": 1,
  114. "max": 12
  115. },
  116. "unitWorth": 3,
  117. "weight": 100
  118. },
  119. {
  120. "content": "minecraft:sugar",
  121. "amount": {
  122. "min": 1,
  123. "max": 16
  124. },
  125. "unitWorth": 4,
  126. "weight": 100
  127. },
  128. {
  129. "content": "minecraft:tripwire_hook",
  130. "amount": {
  131. "min": 1,
  132. "max": 3
  133. },
  134. "unitWorth": 6,
  135. "weight": 100
  136. },
  137. {
  138. "content": "minecraft:wheat",
  139. "amount": {
  140. "min": 1,
  141. "max": 24
  142. },
  143. "unitWorth": 2,
  144. "weight": 100
  145. },
  146. {
  147. "content": "minecraft:leather",
  148. "amount": {
  149. "min": 1,
  150. "max": 12
  151. },
  152. "unitWorth": 8,
  153. "weight": 100
  154. },
  155. {
  156. "content": "entity:minecraft:zombie",
  157. "amount": {
  158. "min": 1,
  159. "max": 8
  160. },
  161. "unitWorth": 20,
  162. "weight": 300
  163. },
  164. {
  165. "content": "entity:minecraft:skeleton",
  166. "amount": {
  167. "min": 1,
  168. "max": 6
  169. },
  170. "unitWorth": 20,
  171. "weight": 250
  172. },
  173. {
  174. "content": "entity:minecraft:ender_dragon",
  175. "amount": {
  176. "min": 1,
  177. "max": 1
  178. },
  179. "unitWorth": 5000,
  180. "weight": 5
  181. },
  182. {
  183. "content": "minecraft:nether_star",
  184. "amount": {
  185. "min": 1,
  186. "max": 1
  187. },
  188. "unitWorth": 4000,
  189. "weight": 5
  190. },
  191. {
  192. "content": "minecraft:potion",
  193. "amount": {
  194. "min": 1,
  195. "max": 3
  196. },
  197. "unitWorth": 200,
  198. "weight": 70,
  199. "nbt_data": "{Potion: \"minecraft:healing\"}"
  200. }
  201. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement