Advertisement
Itsyuumello

Untitled

Aug 24th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. #Configuration for the chest item ratios
  2. #this system works by levels. Level 1 aka lvl1
  3. #is the most common stuff whereas lvl16 is the least
  4. #common. You can set what will spawn at each level below.
  5. #The ratio setting determines how likely the next level is
  6. #to spawn in. a ratio of 2 means that it is twice as unlikely
  7. #for the next level to spawn in.
  8. ##FORMAT
  9. # <itemid>,<max amount per slot>[,<DV>[,<enchantment>:<level> ...[,<name>]]]
  10. # diamond_sword,1
  11. # 236,1
  12. # diamond_sword,1,0,sharpness:5 knockback:2,Excalibur
  13. # Lapis Lazuli
  14. # 351,1,4
  15. #
  16.  
  17. #DONT TOUCH THIS
  18. version: 0
  19.  
  20. # min = minimum number of items to put into chest
  21. # max = maximum number of items to put into chest
  22. # maxincrease = maximum number of levels to go up (based on 1/ratio chace of going up)
  23.  
  24. chest:
  25. ratio: 10
  26. min: 4
  27. max: 8
  28. maxincrease: 5
  29. lvl1:
  30. - 373:8193
  31. - 384,3
  32. - 272,1
  33. - 275,1
  34. - 261,1
  35. - 262,1
  36. - 260,5
  37. - 397,3
  38. - 346,1
  39. - 302,1
  40. - 303,1
  41. - 304,1
  42. - 305,1
  43. - 322,1
  44. - 371,1
  45. - 316,1
  46. - 314,1
  47. - 315,1
  48. - 317,1
  49. - 306,1
  50. - 307,1
  51. - 308,1
  52. - 309,1
  53. - 345,1
  54. - 344,4
  55. - 332,8
  56. lvl2:
  57. - 373:8193
  58. - 384,5
  59. - 267,1
  60. - 272,1
  61. - 275,1
  62. - 261,1
  63. - 262,1
  64. - 260,5
  65. - 397,3
  66. - 346,1
  67. - 302,1
  68. - 303,1
  69. - 304,1
  70. - 305,1
  71. - 322,1
  72. - 371,1
  73. - 316,1
  74. - 314,1
  75. - 315,1
  76. - 317,1
  77. - 306,1
  78. - 307,1
  79. - 308,1
  80. - 309,1
  81. - 345,1
  82. - 344,8
  83. - 332,10
  84. - 368,1
  85. - 310,1
  86. lvl3:
  87. - 373:8193
  88. - 384,10
  89. - 267,1
  90. - 258,1
  91. - 272,1
  92. - 275,1
  93. - 261,1
  94. - 262,1
  95. - 260,5
  96. - 397,3
  97. - 346,1
  98. - 302,1
  99. - 303,1
  100. - 304,1
  101. - 305,1
  102. - 322,1
  103. - 371,1
  104. - 316,1
  105. - 314,1
  106. - 315,1
  107. - 317,1
  108. - 306,1
  109. - 307,1
  110. - 308,1
  111. - 309,1
  112. - 345,1
  113. - 344,10
  114. - 332,16
  115. - 368,2
  116. - 310,1
  117. - 311,1
  118. lvl4:
  119. - 373:8193
  120. - 384,16
  121. - 279,1
  122. - 272,1
  123. - 275,1
  124. - 261,1
  125. - 262,1
  126. - 260,5
  127. - 397,3
  128. - 346,1
  129. - 302,1
  130. - 303,1
  131. - 304,1
  132. - 305,1
  133. - 322,1
  134. - 371,1
  135. - 316,1
  136. - 314,1
  137. - 315,1
  138. - 317,1
  139. - 306,1
  140. - 307,1
  141. - 308,1
  142. - 309,1
  143. - 345,1
  144. - 344,16
  145. - 332,16
  146. - 368,3
  147. - 310,1
  148. - 311,1
  149. - 312,1
  150. lvl5:
  151. - 373:8193
  152. - 384,32
  153. - 276,1
  154. - 279,1
  155. - 272,1
  156. - 275,1
  157. - 261,1
  158. - 262,1
  159. - 260,5
  160. - 397,3
  161. - 346,1
  162. - 302,1
  163. - 303,1
  164. - 304,1
  165. - 305,1
  166. - 322,1
  167. - 371,1
  168. - 316,1
  169. - 314,1
  170. - 315,1
  171. - 317,1
  172. - 306,1
  173. - 307,1
  174. - 308,1
  175. - 309,1
  176. - 345,1
  177. - 344,16
  178. - 332,16
  179. - 368,3
  180. - 310,1
  181. - 311,1
  182. - 312,1
  183. - 313,1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement