desert_pyramid.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. {
  2. "type": "minecraft:chest",
  3. "pools": [
  4. {
  5. "rolls": {
  6. "min": 2.0,
  7. "max": 4.0,
  8. "type": "minecraft:uniform"
  9. },
  10. "entries": [
  11. {
  12. "type": "minecraft:item",
  13. "weight": 5,
  14. "functions": [
  15. {
  16. "function": "minecraft:set_count",
  17. "count": {
  18. "min": 1.0,
  19. "max": 3.0,
  20. "type": "minecraft:uniform"
  21. }
  22. }
  23. ],
  24. "name": "minecraft:diamond"
  25. },
  26. {
  27. "type": "minecraft:item",
  28. "weight": 15,
  29. "functions": [
  30. {
  31. "function": "minecraft:set_count",
  32. "count": {
  33. "min": 1.0,
  34. "max": 5.0,
  35. "type": "minecraft:uniform"
  36. }
  37. }
  38. ],
  39. "name": "minecraft:iron_ingot"
  40. },
  41. {
  42. "type": "minecraft:item",
  43. "weight": 15,
  44. "functions": [
  45. {
  46. "function": "minecraft:set_count",
  47. "count": {
  48. "min": 2.0,
  49. "max": 7.0,
  50. "type": "minecraft:uniform"
  51. }
  52. }
  53. ],
  54. "name": "minecraft:gold_ingot"
  55. },
  56. {
  57. "type": "minecraft:item",
  58. "weight": 15,
  59. "functions": [
  60. {
  61. "function": "minecraft:set_count",
  62. "count": {
  63. "min": 1.0,
  64. "max": 3.0,
  65. "type": "minecraft:uniform"
  66. }
  67. }
  68. ],
  69. "name": "minecraft:emerald"
  70. },
  71. {
  72. "type": "minecraft:item",
  73. "weight": 25,
  74. "functions": [
  75. {
  76. "function": "minecraft:set_count",
  77. "count": {
  78. "min": 4.0,
  79. "max": 6.0,
  80. "type": "minecraft:uniform"
  81. }
  82. }
  83. ],
  84. "name": "minecraft:bone"
  85. },
  86. {
  87. "type": "minecraft:item",
  88. "weight": 25,
  89. "functions": [
  90. {
  91. "function": "minecraft:set_count",
  92. "count": {
  93. "min": 1.0,
  94. "max": 3.0,
  95. "type": "minecraft:uniform"
  96. }
  97. }
  98. ],
  99. "name": "minecraft:spider_eye"
  100. },
  101. {
  102. "type": "minecraft:item",
  103. "weight": 25,
  104. "functions": [
  105. {
  106. "function": "minecraft:set_count",
  107. "count": {
  108. "min": 3.0,
  109. "max": 7.0,
  110. "type": "minecraft:uniform"
  111. }
  112. }
  113. ],
  114. "name": "minecraft:rotten_flesh"
  115. },
  116. {
  117. "type": "minecraft:item",
  118. "weight": 20,
  119. "name": "minecraft:saddle"
  120. },
  121. {
  122. "type": "minecraft:item",
  123. "weight": 15,
  124. "name": "minecraft:iron_horse_armor"
  125. },
  126. {
  127. "type": "minecraft:item",
  128. "weight": 10,
  129. "name": "minecraft:golden_horse_armor"
  130. },
  131. {
  132. "type": "minecraft:item",
  133. "weight": 5,
  134. "name": "minecraft:diamond_horse_armor"
  135. },
  136. {
  137. "type": "minecraft:item",
  138. "weight": 20,
  139. "functions": [
  140. {
  141. "function": "minecraft:enchant_randomly"
  142. }
  143. ],
  144. "name": "minecraft:book"
  145. },
  146. {
  147. "type": "minecraft:item",
  148. "weight": 20,
  149. "name": "minecraft:golden_apple"
  150. },
  151. {
  152. "type": "minecraft:item",
  153. "weight": 2,
  154. "name": "minecraft:enchanted_golden_apple"
  155. },
  156. {
  157. "type": "minecraft:empty",
  158. "weight": 15
  159. }
  160. ]
  161. },
  162. {
  163. "rolls": 4,
  164. "entries": [
  165. {
  166. "type": "minecraft:item",
  167. "weight": 10,
  168. "functions": [
  169. {
  170. "function": "minecraft:set_count",
  171. "count": {
  172. "min": 1.0,
  173. "max": 8.0,
  174. "type": "minecraft:uniform"
  175. }
  176. }
  177. ],
  178. "name": "minecraft:bone"
  179. },
  180. {
  181. "type": "minecraft:item",
  182. "weight": 10,
  183. "functions": [
  184. {
  185. "function": "minecraft:set_count",
  186. "count": {
  187. "min": 1.0,
  188. "max": 8.0,
  189. "type": "minecraft:uniform"
  190. }
  191. }
  192. ],
  193. "name": "minecraft:gunpowder"
  194. },
  195. {
  196. "type": "minecraft:item",
  197. "weight": 10,
  198. "functions": [
  199. {
  200. "function": "minecraft:set_count",
  201. "count": {
  202. "min": 1.0,
  203. "max": 8.0,
  204. "type": "minecraft:uniform"
  205. }
  206. }
  207. ],
  208. "name": "minecraft:rotten_flesh"
  209. },
  210. {
  211. "type": "minecraft:item",
  212. "weight": 10,
  213. "functions": [
  214. {
  215. "function": "minecraft:set_count",
  216. "count": {
  217. "min": 1.0,
  218. "max": 8.0,
  219. "type": "minecraft:uniform"
  220. }
  221. }
  222. ],
  223. "name": "minecraft:string"
  224. },
  225. {
  226. "type": "minecraft:item",
  227. "weight": 10,
  228. "functions": [
  229. {
  230. "function": "minecraft:set_count",
  231. "count": {
  232. "min": 1.0,
  233. "max": 8.0,
  234. "type": "minecraft:uniform"
  235. }
  236. }
  237. ],
  238. "name": "minecraft:sand"
  239. }
  240. ]
  241. }
  242. ]
  243. }