shipwreck_supply.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. {
  2. "type": "minecraft:chest",
  3. "pools": [
  4. {
  5. "rolls": {
  6. "min": 3.0,
  7. "max": 10.0,
  8. "type": "minecraft:uniform"
  9. },
  10. "entries": [
  11. {
  12. "type": "minecraft:item",
  13. "weight": 8,
  14. "functions": [
  15. {
  16. "function": "minecraft:set_count",
  17. "count": {
  18. "min": 1.0,
  19. "max": 12.0,
  20. "type": "minecraft:uniform"
  21. }
  22. }
  23. ],
  24. "name": "minecraft:paper"
  25. },
  26. {
  27. "type": "minecraft:item",
  28. "weight": 7,
  29. "functions": [
  30. {
  31. "function": "minecraft:set_count",
  32. "count": {
  33. "min": 2.0,
  34. "max": 6.0,
  35. "type": "minecraft:uniform"
  36. }
  37. }
  38. ],
  39. "name": "minecraft:potato"
  40. },
  41. {
  42. "type": "minecraft:item",
  43. "weight": 7,
  44. "functions": [
  45. {
  46. "function": "minecraft:set_count",
  47. "count": {
  48. "min": 2.0,
  49. "max": 6.0,
  50. "type": "minecraft:uniform"
  51. }
  52. }
  53. ],
  54. "name": "minecraft:poisonous_potato"
  55. },
  56. {
  57. "type": "minecraft:item",
  58. "weight": 7,
  59. "functions": [
  60. {
  61. "function": "minecraft:set_count",
  62. "count": {
  63. "min": 4.0,
  64. "max": 8.0,
  65. "type": "minecraft:uniform"
  66. }
  67. }
  68. ],
  69. "name": "minecraft:carrot"
  70. },
  71. {
  72. "type": "minecraft:item",
  73. "weight": 7,
  74. "functions": [
  75. {
  76. "function": "minecraft:set_count",
  77. "count": {
  78. "min": 8.0,
  79. "max": 21.0,
  80. "type": "minecraft:uniform"
  81. }
  82. }
  83. ],
  84. "name": "minecraft:wheat"
  85. },
  86. {
  87. "type": "minecraft:item",
  88. "weight": 10,
  89. "functions": [
  90. {
  91. "function": "minecraft:set_stew_effect",
  92. "effects": [
  93. {
  94. "type": "minecraft:blindness",
  95. "duration": {
  96. "min": 5.0,
  97. "max": 7.0
  98. }
  99. },
  100. {
  101. "type": "minecraft:poison",
  102. "duration": {
  103. "min": 10.0,
  104. "max": 20.0
  105. }
  106. },
  107. {
  108. "type": "minecraft:weakness",
  109. "duration": {
  110. "min": 6.0,
  111. "max": 8.0
  112. }
  113. },
  114. {
  115. "type": "minecraft:night_vision",
  116. "duration": {
  117. "min": 7.0,
  118. "max": 10.0
  119. }
  120. },
  121. {
  122. "type": "minecraft:jump_boost",
  123. "duration": {
  124. "min": 7.0,
  125. "max": 10.0
  126. }
  127. },
  128. {
  129. "type": "minecraft:saturation",
  130. "duration": {
  131. "min": 7.0,
  132. "max": 10.0
  133. }
  134. }
  135. ]
  136. }
  137. ],
  138. "name": "minecraft:suspicious_stew"
  139. },
  140. {
  141. "type": "minecraft:item",
  142. "weight": 6,
  143. "functions": [
  144. {
  145. "function": "minecraft:set_count",
  146. "count": {
  147. "min": 2.0,
  148. "max": 8.0,
  149. "type": "minecraft:uniform"
  150. }
  151. }
  152. ],
  153. "name": "minecraft:coal"
  154. },
  155. {
  156. "type": "minecraft:item",
  157. "weight": 5,
  158. "functions": [
  159. {
  160. "function": "minecraft:set_count",
  161. "count": {
  162. "min": 5.0,
  163. "max": 24.0,
  164. "type": "minecraft:uniform"
  165. }
  166. }
  167. ],
  168. "name": "minecraft:rotten_flesh"
  169. },
  170. {
  171. "type": "minecraft:item",
  172. "weight": 2,
  173. "functions": [
  174. {
  175. "function": "minecraft:set_count",
  176. "count": {
  177. "min": 1.0,
  178. "max": 3.0,
  179. "type": "minecraft:uniform"
  180. }
  181. }
  182. ],
  183. "name": "minecraft:pumpkin"
  184. },
  185. {
  186. "type": "minecraft:item",
  187. "weight": 2,
  188. "functions": [
  189. {
  190. "function": "minecraft:set_count",
  191. "count": {
  192. "min": 1.0,
  193. "max": 3.0,
  194. "type": "minecraft:uniform"
  195. }
  196. }
  197. ],
  198. "name": "minecraft:bamboo"
  199. },
  200. {
  201. "type": "minecraft:item",
  202. "weight": 3,
  203. "functions": [
  204. {
  205. "function": "minecraft:set_count",
  206. "count": {
  207. "min": 1.0,
  208. "max": 5.0,
  209. "type": "minecraft:uniform"
  210. }
  211. }
  212. ],
  213. "name": "minecraft:gunpowder"
  214. },
  215. {
  216. "type": "minecraft:item",
  217. "functions": [
  218. {
  219. "function": "minecraft:set_count",
  220. "count": {
  221. "min": 1.0,
  222. "max": 2.0,
  223. "type": "minecraft:uniform"
  224. }
  225. }
  226. ],
  227. "name": "minecraft:tnt"
  228. },
  229. {
  230. "type": "minecraft:item",
  231. "weight": 3,
  232. "functions": [
  233. {
  234. "function": "minecraft:enchant_randomly"
  235. }
  236. ],
  237. "name": "minecraft:leather_helmet"
  238. },
  239. {
  240. "type": "minecraft:item",
  241. "weight": 3,
  242. "functions": [
  243. {
  244. "function": "minecraft:enchant_randomly"
  245. }
  246. ],
  247. "name": "minecraft:leather_chestplate"
  248. },
  249. {
  250. "type": "minecraft:item",
  251. "weight": 3,
  252. "functions": [
  253. {
  254. "function": "minecraft:enchant_randomly"
  255. }
  256. ],
  257. "name": "minecraft:leather_leggings"
  258. },
  259. {
  260. "type": "minecraft:item",
  261. "weight": 3,
  262. "functions": [
  263. {
  264. "function": "minecraft:enchant_randomly"
  265. }
  266. ],
  267. "name": "minecraft:leather_boots"
  268. }
  269. ]
  270. }
  271. ]
  272. }