mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 16:09:44 +00:00
Add Depth Strider enchantment. Resolves #4.
This commit is contained in:
parent
c798f995ca
commit
4e6aef3d24
2 changed files with 4 additions and 0 deletions
|
@ -148,6 +148,10 @@ public class Enchantments {
|
|||
|
||||
ENCHANTMENTS.put("lure", Enchantment.LURE);
|
||||
ALIASENCHANTMENTS.put("rodlure", Enchantment.LURE);
|
||||
|
||||
ENCHANTMENTS.put("depthstrider", Enchantment.DEPTH_STRIDER);
|
||||
ALIASENCHANTMENTS.put("depth", Enchantment.DEPTH_STRIDER);
|
||||
ALIASENCHANTMENTS.put("strider", Enchantment.DEPTH_STRIDER);
|
||||
}
|
||||
|
||||
public static Enchantment getByName(String name) {
|
||||
|
|
BIN
lib/bukkit.jar
BIN
lib/bukkit.jar
Binary file not shown.
Loading…
Reference in a new issue