Advertisement
Itsyuumello

Untitled

Aug 24th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 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. - 384,3
  31. - 272,1
  32. - 275,1
  33. - 261,1
  34. - 262,1
  35. - 260,5
  36. - 397,3
  37. - 346,1
  38. - 302,1
  39. - 303,1
  40. - 304,1
  41. - 305,1
  42. - 322,1
  43. - 371,1
  44. - 316,1
  45. - 314,1
  46. - 315,1
  47. - 317,1
  48. - 306,1
  49. - 307,1
  50. - 308,1
  51. - 309,1
  52. - 345,1
  53. - 344,4
  54. - 332,8
  55. lvl2:
  56. - 384,5
  57. - 267,1
  58. - 272,1
  59. - 275,1
  60. - 261,1
  61. - 262,1
  62. - 260,5
  63. - 397,3
  64. - 346,1
  65. - 302,1
  66. - 303,1
  67. - 304,1
  68. - 305,1
  69. - 322,1
  70. - 371,1
  71. - 316,1
  72. - 314,1
  73. - 315,1
  74. - 317,1
  75. - 306,1
  76. - 307,1
  77. - 308,1
  78. - 309,1
  79. - 345,1
  80. - 344,8
  81. - 332,10
  82. - 368,1
  83. - 310,1
  84. lvl3:
  85. - 384,10
  86. - 267,1
  87. - 258,1
  88. - 272,1
  89. - 275,1
  90. - 261,1
  91. - 262,1
  92. - 260,5
  93. - 397,3
  94. - 346,1
  95. - 302,1
  96. - 303,1
  97. - 304,1
  98. - 305,1
  99. - 322,1
  100. - 371,1
  101. - 316,1
  102. - 314,1
  103. - 315,1
  104. - 317,1
  105. - 306,1
  106. - 307,1
  107. - 308,1
  108. - 309,1
  109. - 345,1
  110. - 344,10
  111. - 332,16
  112. - 368,2
  113. - 310,1
  114. - 311,1
  115. lvl4:
  116. - 384,16
  117. - 279,1
  118. - 272,1
  119. - 275,1
  120. - 261,1
  121. - 262,1
  122. - 260,5
  123. - 397,3
  124. - 346,1
  125. - 302,1
  126. - 303,1
  127. - 304,1
  128. - 305,1
  129. - 322,1
  130. - 371,1
  131. - 316,1
  132. - 314,1
  133. - 315,1
  134. - 317,1
  135. - 306,1
  136. - 307,1
  137. - 308,1
  138. - 309,1
  139. - 345,1
  140. - 344,16
  141. - 332,16
  142. - 368,3
  143. - 310,1
  144. - 311,1
  145. - 312,1
  146. lvl5:
  147. - 384,32
  148. - 276,1
  149. - 279,1
  150. - 272,1
  151. - 275,1
  152. - 261,1
  153. - 262,1
  154. - 260,5
  155. - 397,3
  156. - 346,1
  157. - 302,1
  158. - 303,1
  159. - 304,1
  160. - 305,1
  161. - 322,1
  162. - 371,1
  163. - 316,1
  164. - 314,1
  165. - 315,1
  166. - 317,1
  167. - 306,1
  168. - 307,1
  169. - 308,1
  170. - 309,1
  171. - 345,1
  172. - 344,16
  173. - 332,16
  174. - 368,3
  175. - 310,1
  176. - 311,1
  177. - 312,1
  178. - 313,1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement