Advertisement
cookieXL

Untitled

Feb 10th, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. on-mine:
  2. iron:
  3. material: vanilla{type=IRON_ORE}
  4. triggers:
  5. - 'exp{profession=mining;amount=3}'
  6. options:
  7. vanilla-drops: true
  8. regen:
  9. time: 600
  10. temp-block: vanilla{type=STONE}
  11. coal:
  12. material: vanilla{type=COAL_ORE}
  13. triggers:
  14. - 'exp{profession=mining;amount=2}'
  15. options:
  16. vanilla-drops: true
  17. regen:
  18. time: 600
  19. temp-block: vanilla{type=STONE}
  20. diamond:
  21. material: vanilla{type=DIAMOND_ORE}
  22. triggers:
  23. - 'exp{profession=mining;amount=6}'
  24. options:
  25. vanilla-drops: true
  26. regen:
  27. time: 3600
  28. temp-block: vanilla{type=STONE}
  29. emerald:
  30. material: vanilla{type=EMERALD_ORE}
  31. triggers:
  32. - 'exp{profession=mining;amount=6}'
  33. options:
  34. vanilla-drops: true
  35. regen:
  36. time: 3600
  37. temp-block: vanilla{type=STONE}
  38. gold:
  39. material: vanilla{type=GOLD_ORE}
  40. triggers:
  41. - 'exp{profession=mining;amount=4}'
  42. options:
  43. vanilla-drops: true
  44. regen:
  45. time: 2400
  46. temp-block: vanilla{type=STONE}
  47. lapis:
  48. material: vanilla{type=LAPIS_ORE}
  49. triggers:
  50. - 'exp{profession=mining;amount=4}'
  51. options:
  52. vanilla-drops: true
  53. regen:
  54. time: 2400
  55. temp-block: vanilla{type=STONE}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement