jungle_temple.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. {
  2. "type": "minecraft:chest",
  3. "pools": [
  4. {
  5. "rolls": {
  6. "min": 2.0,
  7. "max": 6.0,
  8. "type": "minecraft:uniform"
  9. },
  10. "entries": [
  11. {
  12. "type": "minecraft:item",
  13. "weight": 3,
  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": 10,
  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:bamboo"
  70. },
  71. {
  72. "type": "minecraft:item",
  73. "weight": 2,
  74. "functions": [
  75. {
  76. "function": "minecraft:set_count",
  77. "count": {
  78. "min": 1.0,
  79. "max": 3.0,
  80. "type": "minecraft:uniform"
  81. }
  82. }
  83. ],
  84. "name": "minecraft:emerald"
  85. },
  86. {
  87. "type": "minecraft:item",
  88. "weight": 20,
  89. "functions": [
  90. {
  91. "function": "minecraft:set_count",
  92. "count": {
  93. "min": 4.0,
  94. "max": 6.0,
  95. "type": "minecraft:uniform"
  96. }
  97. }
  98. ],
  99. "name": "minecraft:bone"
  100. },
  101. {
  102. "type": "minecraft:item",
  103. "weight": 16,
  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": 3,
  119. "name": "minecraft:saddle"
  120. },
  121. {
  122. "type": "minecraft:item",
  123. "name": "minecraft:iron_horse_armor"
  124. },
  125. {
  126. "type": "minecraft:item",
  127. "name": "minecraft:golden_horse_armor"
  128. },
  129. {
  130. "type": "minecraft:item",
  131. "name": "minecraft:diamond_horse_armor"
  132. },
  133. {
  134. "type": "minecraft:item",
  135. "functions": [
  136. {
  137. "function": "minecraft:enchant_with_levels",
  138. "levels": 30,
  139. "treasure": true
  140. }
  141. ],
  142. "name": "minecraft:book"
  143. }
  144. ]
  145. }
  146. ]
  147. }