mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-10 09:31:57 +01:00
Implement the Depth Strider enchantment for the API
By: Suddenly <suddenly@suddenly.coffee>
This commit is contained in:
parent
6c7602a196
commit
c42ae2c5e4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user