mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
Implement the Depth Strider enchantment in the API
By: Suddenly <suddenly@suddenly.coffee>
This commit is contained in:
parent
8344aacc6e
commit
a1d3a897e3
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ public abstract class Enchantment {
|
|||
*/
|
||||
public static final Enchantment THORNS = new EnchantmentWrapper(7);
|
||||
|
||||
/**
|
||||
* Increases walking speed while in water
|
||||
*/
|
||||
public static final Enchantment DEPTH_STRIDER = new EnchantmentWrapper(8);
|
||||
|
||||
/**
|
||||
* Increases damage against all targets
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue