mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-22 15:31:45 +01:00
Merge pull request #2 in SPIGOT/bukkit from ~DMCK2B/bukkit:feature/implementDepthStrider to master
* commit 'a1d3a897e3a214c7ca54b25c2384667b850b686b': Implement the Depth Strider enchantment in the API By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
commit
d6048829a5
@ -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 New Issue
Block a user