spawn_bonus_chest.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. {
  2. "type": "minecraft:chest",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "name": "minecraft:stone_axe"
  10. },
  11. {
  12. "type": "minecraft:item",
  13. "weight": 3,
  14. "name": "minecraft:wooden_axe"
  15. }
  16. ]
  17. },
  18. {
  19. "rolls": 1,
  20. "entries": [
  21. {
  22. "type": "minecraft:item",
  23. "name": "minecraft:stone_pickaxe"
  24. },
  25. {
  26. "type": "minecraft:item",
  27. "weight": 3,
  28. "name": "minecraft:wooden_pickaxe"
  29. }
  30. ]
  31. },
  32. {
  33. "rolls": 3,
  34. "entries": [
  35. {
  36. "type": "minecraft:item",
  37. "weight": 5,
  38. "functions": [
  39. {
  40. "function": "minecraft:set_count",
  41. "count": {
  42. "min": 1.0,
  43. "max": 2.0,
  44. "type": "minecraft:uniform"
  45. }
  46. }
  47. ],
  48. "name": "minecraft:apple"
  49. },
  50. {
  51. "type": "minecraft:item",
  52. "weight": 3,
  53. "functions": [
  54. {
  55. "function": "minecraft:set_count",
  56. "count": {
  57. "min": 1.0,
  58. "max": 2.0,
  59. "type": "minecraft:uniform"
  60. }
  61. }
  62. ],
  63. "name": "minecraft:bread"
  64. },
  65. {
  66. "type": "minecraft:item",
  67. "weight": 3,
  68. "functions": [
  69. {
  70. "function": "minecraft:set_count",
  71. "count": {
  72. "min": 1.0,
  73. "max": 2.0,
  74. "type": "minecraft:uniform"
  75. }
  76. }
  77. ],
  78. "name": "minecraft:salmon"
  79. }
  80. ]
  81. },
  82. {
  83. "rolls": 4,
  84. "entries": [
  85. {
  86. "type": "minecraft:item",
  87. "weight": 10,
  88. "functions": [
  89. {
  90. "function": "minecraft:set_count",
  91. "count": {
  92. "min": 1.0,
  93. "max": 12.0,
  94. "type": "minecraft:uniform"
  95. }
  96. }
  97. ],
  98. "name": "minecraft:stick"
  99. },
  100. {
  101. "type": "minecraft:item",
  102. "weight": 10,
  103. "functions": [
  104. {
  105. "function": "minecraft:set_count",
  106. "count": {
  107. "min": 1.0,
  108. "max": 12.0,
  109. "type": "minecraft:uniform"
  110. }
  111. }
  112. ],
  113. "name": "minecraft:oak_planks"
  114. },
  115. {
  116. "type": "minecraft:item",
  117. "weight": 3,
  118. "functions": [
  119. {
  120. "function": "minecraft:set_count",
  121. "count": {
  122. "min": 1.0,
  123. "max": 3.0,
  124. "type": "minecraft:uniform"
  125. }
  126. }
  127. ],
  128. "name": "minecraft:oak_log"
  129. },
  130. {
  131. "type": "minecraft:item",
  132. "weight": 3,
  133. "functions": [
  134. {
  135. "function": "minecraft:set_count",
  136. "count": {
  137. "min": 1.0,
  138. "max": 3.0,
  139. "type": "minecraft:uniform"
  140. }
  141. }
  142. ],
  143. "name": "minecraft:spruce_log"
  144. },
  145. {
  146. "type": "minecraft:item",
  147. "weight": 3,
  148. "functions": [
  149. {
  150. "function": "minecraft:set_count",
  151. "count": {
  152. "min": 1.0,
  153. "max": 3.0,
  154. "type": "minecraft:uniform"
  155. }
  156. }
  157. ],
  158. "name": "minecraft:birch_log"
  159. },
  160. {
  161. "type": "minecraft:item",
  162. "weight": 3,
  163. "functions": [
  164. {
  165. "function": "minecraft:set_count",
  166. "count": {
  167. "min": 1.0,
  168. "max": 3.0,
  169. "type": "minecraft:uniform"
  170. }
  171. }
  172. ],
  173. "name": "minecraft:jungle_log"
  174. },
  175. {
  176. "type": "minecraft:item",
  177. "weight": 3,
  178. "functions": [
  179. {
  180. "function": "minecraft:set_count",
  181. "count": {
  182. "min": 1.0,
  183. "max": 3.0,
  184. "type": "minecraft:uniform"
  185. }
  186. }
  187. ],
  188. "name": "minecraft:acacia_log"
  189. },
  190. {
  191. "type": "minecraft:item",
  192. "weight": 3,
  193. "functions": [
  194. {
  195. "function": "minecraft:set_count",
  196. "count": {
  197. "min": 1.0,
  198. "max": 3.0,
  199. "type": "minecraft:uniform"
  200. }
  201. }
  202. ],
  203. "name": "minecraft:dark_oak_log"
  204. }
  205. ]
  206. }
  207. ]
  208. }