buried_treasure.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. {
  2. "type": "minecraft:chest",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "name": "minecraft:heart_of_the_sea"
  10. }
  11. ]
  12. },
  13. {
  14. "rolls": {
  15. "min": 5.0,
  16. "max": 8.0,
  17. "type": "minecraft:uniform"
  18. },
  19. "entries": [
  20. {
  21. "type": "minecraft:item",
  22. "weight": 20,
  23. "functions": [
  24. {
  25. "function": "minecraft:set_count",
  26. "count": {
  27. "min": 1.0,
  28. "max": 4.0,
  29. "type": "minecraft:uniform"
  30. }
  31. }
  32. ],
  33. "name": "minecraft:iron_ingot"
  34. },
  35. {
  36. "type": "minecraft:item",
  37. "weight": 10,
  38. "functions": [
  39. {
  40. "function": "minecraft:set_count",
  41. "count": {
  42. "min": 1.0,
  43. "max": 4.0,
  44. "type": "minecraft:uniform"
  45. }
  46. }
  47. ],
  48. "name": "minecraft:gold_ingot"
  49. },
  50. {
  51. "type": "minecraft:item",
  52. "weight": 5,
  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:tnt"
  64. }
  65. ]
  66. },
  67. {
  68. "rolls": {
  69. "min": 1.0,
  70. "max": 3.0,
  71. "type": "minecraft:uniform"
  72. },
  73. "entries": [
  74. {
  75. "type": "minecraft:item",
  76. "weight": 5,
  77. "functions": [
  78. {
  79. "function": "minecraft:set_count",
  80. "count": {
  81. "min": 4.0,
  82. "max": 8.0,
  83. "type": "minecraft:uniform"
  84. }
  85. }
  86. ],
  87. "name": "minecraft:emerald"
  88. },
  89. {
  90. "type": "minecraft:item",
  91. "weight": 5,
  92. "functions": [
  93. {
  94. "function": "minecraft:set_count",
  95. "count": {
  96. "min": 1.0,
  97. "max": 2.0,
  98. "type": "minecraft:uniform"
  99. }
  100. }
  101. ],
  102. "name": "minecraft:diamond"
  103. },
  104. {
  105. "type": "minecraft:item",
  106. "weight": 5,
  107. "functions": [
  108. {
  109. "function": "minecraft:set_count",
  110. "count": {
  111. "min": 1.0,
  112. "max": 5.0,
  113. "type": "minecraft:uniform"
  114. }
  115. }
  116. ],
  117. "name": "minecraft:prismarine_crystals"
  118. }
  119. ]
  120. },
  121. {
  122. "rolls": {
  123. "min": 0.0,
  124. "max": 1.0,
  125. "type": "minecraft:uniform"
  126. },
  127. "entries": [
  128. {
  129. "type": "minecraft:item",
  130. "name": "minecraft:leather_chestplate"
  131. },
  132. {
  133. "type": "minecraft:item",
  134. "name": "minecraft:iron_sword"
  135. }
  136. ]
  137. },
  138. {
  139. "rolls": 2,
  140. "entries": [
  141. {
  142. "type": "minecraft:item",
  143. "functions": [
  144. {
  145. "function": "minecraft:set_count",
  146. "count": {
  147. "min": 2.0,
  148. "max": 4.0,
  149. "type": "minecraft:uniform"
  150. }
  151. }
  152. ],
  153. "name": "minecraft:cooked_cod"
  154. },
  155. {
  156. "type": "minecraft:item",
  157. "functions": [
  158. {
  159. "function": "minecraft:set_count",
  160. "count": {
  161. "min": 2.0,
  162. "max": 4.0,
  163. "type": "minecraft:uniform"
  164. }
  165. }
  166. ],
  167. "name": "minecraft:cooked_salmon"
  168. }
  169. ]
  170. }
  171. ]
  172. }