Implement the Depth Strider enchantment for the API
This commit is contained in:
parent
a2c4d7e150
commit
cce45591f6
@ -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…
x
Reference in New Issue
Block a user