Advertisement
Itsyuumello

Untitled

Aug 24th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 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: 6
  26. min: 2
  27. max: 6
  28. maxincrease: 5
  29. lvl1:
  30. - 332,8
  31. - 344,16
  32. - 276,1
  33. - 278,1
  34. - 267,1
  35. - 261,1
  36. - 262,16
  37. - 306,1
  38. - 307,1
  39. - 308,1
  40. - 309,1
  41. - 310,1
  42. - 311,1
  43. - 312,1
  44. - 313,1
  45. - 322,1
  46. - 346,1
  47. - 348,16
  48. - 364,8
  49. lvl2:
  50. - 332,16
  51. - 344,16
  52. - 276,1
  53. - 278,1
  54. - 267,1
  55. - 261,1
  56. - 262,16
  57. - 306,1
  58. - 307,1
  59. - 308,1
  60. - 309,1
  61. - 310,1
  62. - 311,1
  63. - 312,1
  64. - 313,1
  65. - 322,1
  66. - 346,1
  67. - 348,16
  68. - 364,8
  69. lvl3:
  70. - 332,16
  71. - 344,16
  72. - 276,1
  73. - 278,1
  74. - 267,1
  75. - 261,1
  76. - 262,16
  77. - 306,1
  78. - 307,1
  79. - 308,1
  80. - 309,1
  81. - 310,1
  82. - 311,1
  83. - 312,1
  84. - 313,1
  85. - 322,1
  86. - 346,1
  87. - 348,16
  88. - 364,8
  89. lvl4:
  90. - 332,16
  91. - 344,16
  92. - 276,1
  93. - 278,1
  94. - 267,1
  95. - 261,1
  96. - 262,16
  97. - 306,1
  98. - 307,1
  99. - 308,1
  100. - 309,1
  101. - 310,1
  102. - 311,1
  103. - 312,1
  104. - 313,1
  105. - 322,1
  106. - 346,1
  107. - 348,16
  108. - 364,8
  109. lvl5:
  110. - 332,16
  111. - 344,16
  112. - 276,1
  113. - 278,1
  114. - 267,1
  115. - 261,1
  116. - 262,16
  117. - 306,1
  118. - 307,1
  119. - 308,1
  120. - 309,1
  121. - 310,1
  122. - 311,1
  123. - 312,1
  124. - 313,1
  125. - 322,1
  126. - 346,1
  127. - 348,16
  128. - 364,8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement