pillager_outpost.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. {
  2. "type": "minecraft:chest",
  3. "pools": [
  4. {
  5. "rolls": {
  6. "min": 0.0,
  7. "max": 1.0,
  8. "type": "minecraft:uniform"
  9. },
  10. "entries": [
  11. {
  12. "type": "minecraft:item",
  13. "name": "minecraft:crossbow"
  14. }
  15. ]
  16. },
  17. {
  18. "rolls": {
  19. "min": 2.0,
  20. "max": 3.0,
  21. "type": "minecraft:uniform"
  22. },
  23. "entries": [
  24. {
  25. "type": "minecraft:item",
  26. "weight": 7,
  27. "functions": [
  28. {
  29. "function": "minecraft:set_count",
  30. "count": {
  31. "min": 3.0,
  32. "max": 5.0,
  33. "type": "minecraft:uniform"
  34. }
  35. }
  36. ],
  37. "name": "minecraft:wheat"
  38. },
  39. {
  40. "type": "minecraft:item",
  41. "weight": 5,
  42. "functions": [
  43. {
  44. "function": "minecraft:set_count",
  45. "count": {
  46. "min": 2.0,
  47. "max": 5.0,
  48. "type": "minecraft:uniform"
  49. }
  50. }
  51. ],
  52. "name": "minecraft:potato"
  53. },
  54. {
  55. "type": "minecraft:item",
  56. "weight": 5,
  57. "functions": [
  58. {
  59. "function": "minecraft:set_count",
  60. "count": {
  61. "min": 3.0,
  62. "max": 5.0,
  63. "type": "minecraft:uniform"
  64. }
  65. }
  66. ],
  67. "name": "minecraft:carrot"
  68. }
  69. ]
  70. },
  71. {
  72. "rolls": {
  73. "min": 1.0,
  74. "max": 3.0,
  75. "type": "minecraft:uniform"
  76. },
  77. "entries": [
  78. {
  79. "type": "minecraft:item",
  80. "functions": [
  81. {
  82. "function": "minecraft:set_count",
  83. "count": {
  84. "min": 2.0,
  85. "max": 3.0,
  86. "type": "minecraft:uniform"
  87. }
  88. }
  89. ],
  90. "name": "minecraft:dark_oak_log"
  91. }
  92. ]
  93. },
  94. {
  95. "rolls": {
  96. "min": 2.0,
  97. "max": 3.0,
  98. "type": "minecraft:uniform"
  99. },
  100. "entries": [
  101. {
  102. "type": "minecraft:item",
  103. "weight": 7,
  104. "name": "minecraft:experience_bottle"
  105. },
  106. {
  107. "type": "minecraft:item",
  108. "weight": 4,
  109. "functions": [
  110. {
  111. "function": "minecraft:set_count",
  112. "count": {
  113. "min": 1.0,
  114. "max": 6.0,
  115. "type": "minecraft:uniform"
  116. }
  117. }
  118. ],
  119. "name": "minecraft:string"
  120. },
  121. {
  122. "type": "minecraft:item",
  123. "weight": 4,
  124. "functions": [
  125. {
  126. "function": "minecraft:set_count",
  127. "count": {
  128. "min": 2.0,
  129. "max": 7.0,
  130. "type": "minecraft:uniform"
  131. }
  132. }
  133. ],
  134. "name": "minecraft:arrow"
  135. },
  136. {
  137. "type": "minecraft:item",
  138. "weight": 3,
  139. "functions": [
  140. {
  141. "function": "minecraft:set_count",
  142. "count": {
  143. "min": 1.0,
  144. "max": 3.0,
  145. "type": "minecraft:uniform"
  146. }
  147. }
  148. ],
  149. "name": "minecraft:tripwire_hook"
  150. },
  151. {
  152. "type": "minecraft:item",
  153. "weight": 3,
  154. "functions": [
  155. {
  156. "function": "minecraft:set_count",
  157. "count": {
  158. "min": 1.0,
  159. "max": 3.0,
  160. "type": "minecraft:uniform"
  161. }
  162. }
  163. ],
  164. "name": "minecraft:iron_ingot"
  165. },
  166. {
  167. "type": "minecraft:item",
  168. "functions": [
  169. {
  170. "function": "minecraft:enchant_randomly"
  171. }
  172. ],
  173. "name": "minecraft:book"
  174. }
  175. ]
  176. }
  177. ]
  178. }