mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 03:52:45 +01:00
Merge pull request #5 in SPIGOT/craftbukkit from ~DMCK2B/craftbukkit:feature/implementDepthStrider to master
* commit 'c42ae2c5e4320f833e2de0b0347d22fe3ae80c5e': Implement the Depth Strider enchantment for the API By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
commit
f03d75f288
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ public class CraftEnchantment extends Enchantment {
|
||||||
return "WATER_WORKER";
|
return "WATER_WORKER";
|
||||||
case 7:
|
case 7:
|
||||||
return "THORNS";
|
return "THORNS";
|
||||||
|
case 8:
|
||||||
|
return "DEPTH_STRIDER";
|
||||||
case 16:
|
case 16:
|
||||||
return "DAMAGE_ALL";
|
return "DAMAGE_ALL";
|
||||||
case 17:
|
case 17:
|
||||||
|
|
Loading…
Reference in a new issue