Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1.  
  2. # Display options
  3. name: Mining
  4.  
  5. # Experience given to the main level
  6. # when leveling up this profession
  7. experience:
  8. base: 20
  9. per-level: 3
  10.  
  11. on-mine:
  12. EMERALD_ORE:
  13. drop-table:
  14. items:
  15. - 'vanilla{type=EMERALD} 1 1-9'
  16. vanilla-drops: false
  17. #regen:
  18. time: 2000
  19. temp-block: STONE
  20. triggers:
  21. - 'exp{profession=mining;amount=32}'
  22.  
  23. DIAMOND_ORE:
  24.  
  25. # Refer to drop-tables.yml
  26. # The drop table used by the block.
  27. drop-table:
  28. items:
  29. - 'vanilla{type=DIAMOND} 1 12'
  30. vanilla-drops: false
  31. #regen:
  32. time: 100
  33. temp-block: STONE
  34. triggers:
  35. - 'exp{profession=mining;amount=100}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement