Advertisement
TheMrQuakeFeed

Untitled

Mar 13th, 2016
1,302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. static Enchantment ARROW_DAMAGE
  2. Provides extra damage when shooting arrows from bows
  3.  
  4. static Enchantment ARROW_FIRE
  5. Sets entities on fire when hit by arrows shot from a bow
  6.  
  7. static Enchantment ARROW_INFINITE
  8. Provides infinite arrows when shooting a bow
  9.  
  10. static Enchantment ARROW_KNOCKBACK
  11. Provides a knockback when an entity is hit by an arrow from a bow
  12.  
  13. static Enchantment DAMAGE_ALL
  14. Increases damage against all targets
  15.  
  16. static Enchantment DAMAGE_ARTHROPODS
  17. Increases damage against arthropod targets
  18.  
  19. static Enchantment DAMAGE_UNDEAD
  20. Increases damage against undead targets
  21.  
  22. static Enchantment DEPTH_STRIDER
  23. Increases walking speed while in water
  24.  
  25. static Enchantment DIG_SPEED
  26. Increases the rate at which you mine/dig
  27.  
  28. static Enchantment DURABILITY
  29. Decreases the rate at which a tool looses durability
  30.  
  31. static Enchantment FIRE_ASPECT
  32. When attacking a target, has a chance to set them on fire
  33.  
  34. static Enchantment FROST_WALKER
  35. Freezes any still water adjacent to ice / frost which player is walking on
  36.  
  37. static Enchantment KNOCKBACK
  38. All damage to other targets will knock them back when hit
  39.  
  40. static Enchantment LOOT_BONUS_BLOCKS
  41. Provides a chance of gaining extra loot when destroying blocks
  42.  
  43. static Enchantment LOOT_BONUS_MOBS
  44. Provides a chance of gaining extra loot when killing monsters
  45.  
  46. static Enchantment LUCK
  47. Decreases odds of catching worthless junk
  48.  
  49. static Enchantment LURE
  50. Increases rate of fish biting your hook
  51.  
  52. static Enchantment MENDING
  53. Allows mending the item using experience orbs
  54.  
  55. static Enchantment OXYGEN
  56. Decreases the rate of air loss whilst underwater
  57.  
  58. static Enchantment PROTECTION_ENVIRONMENTAL
  59. Provides protection against environmental damage
  60.  
  61. static Enchantment PROTECTION_EXPLOSIONS
  62. Provides protection against explosive damage
  63.  
  64. static Enchantment PROTECTION_FALL
  65. Provides protection against fall damage
  66.  
  67. static Enchantment PROTECTION_FIRE
  68. Provides protection against fire damage
  69.  
  70. static Enchantment PROTECTION_PROJECTILE
  71. Provides protection against projectile damage
  72.  
  73. static Enchantment SILK_TOUCH
  74. Allows blocks to drop themselves instead of fragments (for example, stone instead of cobblestone)
  75.  
  76. static Enchantment THORNS
  77. Damages the attacker
  78.  
  79. static Enchantment WATER_WORKER
  80. Increases the speed at which a player may mine underwater
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement