Advertisement
taktie0304

Untitled

Apr 13th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 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: 20
  26. min: 4
  27. max: 10
  28. maxincrease: 50
  29. lvl1:
  30. - 268,1
  31. - 272,1
  32. - 268,1
  33. - 346,1
  34. - 259,1
  35. - 260,2
  36. - 297,2
  37. - 366,2
  38. - 364,2
  39. - 298,1
  40. - 299,1
  41. - 300,1
  42. - 301,1
  43. - 302,1
  44. - 303,1
  45. - 304,1
  46. - 305,1
  47. lvl2:
  48. - 267,1
  49. - 280,1
  50. - 264,1
  51. - 306,1
  52. - 307,1
  53. - 308,1
  54. - 309,1
  55. lvl3:
  56. lvl4:
  57. lvl5:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement