mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
Implement the Depth Strider enchantment in the API
By: Suddenly <suddenly@suddenly.coffee>
This commit is contained in:
@@ -50,6 +50,11 @@ public abstract class Enchantment {
|
|||||||
*/
|
*/
|
||||||
public static final Enchantment THORNS = new EnchantmentWrapper(7);
|
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
|
* Increases damage against all targets
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user