Merge pull request #5 in SPIGOT/craftbukkit from ~DMCK2B/craftbukkit:feature/implementDepthStrider to master

* commit 'cce45591f624c915e87ce132b508adf8e0d7961b':
  Implement the Depth Strider enchantment for the API
This commit is contained in:
Thinkofdeath 2014-12-03 17:41:27 +01:00
commit 4c02ffcaf3

View file

@ -76,6 +76,8 @@ public class CraftEnchantment extends Enchantment {
return "WATER_WORKER";
case 7:
return "THORNS";
case 8:
return "DEPTH_STRIDER";
case 16:
return "DAMAGE_ALL";
case 17: