Advertisement
Guest User

Untitled

a guest
May 31st, 2018
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. # changed default 'Fix held items' to true, due to bug
  2. # added Apply_on_global_check, 'Message on cancel hold'
  3. # 'Downgrade in anvil' replaced 'downgrade repairs'
  4. # 2.7: added 'Max Enchants Allowed'
  5.  
  6. Message on cancel: true
  7. Message on limit: true
  8. Message on disallowed: true
  9. Message on cancel hold: true
  10. Message on restore XP: true
  11. Limit Multiples: true
  12. Stop pickup: false
  13. Restore levels: true
  14. Stop all repairs: true
  15. Fix spawned items: false
  16. Infinite anvils: false
  17. Fix held items: true
  18. Downgrade in anvil: false
  19. Max Enchants Allowed: 20
  20.  
  21. Apply_on_global_check:
  22. anvil: false
  23. table: false
  24. restrictive: true
  25.  
  26. Disallowed enchants:
  27. ALL:
  28. MENDING: 1
  29. SILK_TOUCH: 1
  30.  
  31. Disallowed anvil enchants:
  32. ALL:
  33. MENDING: 1
  34. SILK_TOUCH: 1
  35. ARROW_DAMAGE: 1
  36. ARROW_FIRE: 1
  37. ARROW_INFINITE: 1
  38. ARROW_KNOCKBACK: 1
  39. DURABILITY: 1
  40. DAMAGE_ALL: 1
  41. DAMAGE_ARTHROPODS: 1
  42. DAMAGE_UNDEAD: 1
  43. DEPTH_STRIDER: 1
  44. DIG_SPEED: 1
  45. FIRE_ASPECT: 1
  46. FROST_WALKER: 1
  47. KNOCKBACK: 1
  48. LOOT_BONUS_BLOCKS: 1
  49. LOOT_BONUS_MOBS: 1
  50. LUCK: 1
  51. LURE: 1
  52. OXYGEN: 1
  53. PROTECTION_ENVIRONMENTAL: 1
  54. PROTECTION_EXPLOSIONS: 1
  55. PROTECTION_FALL: 1
  56. PROTECTION_FIRE: 1
  57. PROTECTION_PROJECTILE: 1
  58. SWEEPING_EDGE: 1
  59. THORNS: 1
  60. WATER_WORKER: 1
  61.  
  62. Disallowed table enchants:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement