mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Add mending enchantment to serializer.
This commit is contained in:
parent
2493c655f8
commit
743ac51c4c
1 changed files with 2 additions and 0 deletions
|
@ -149,6 +149,8 @@ public class Enchantments {
|
||||||
ENCHANTMENTS.put("lure", Enchantment.LURE);
|
ENCHANTMENTS.put("lure", Enchantment.LURE);
|
||||||
ALIASENCHANTMENTS.put("rodlure", Enchantment.LURE);
|
ALIASENCHANTMENTS.put("rodlure", Enchantment.LURE);
|
||||||
|
|
||||||
|
ENCHANTMENTS.put("mending", Enchantment.MENDING);
|
||||||
|
|
||||||
// 1.8
|
// 1.8
|
||||||
try {
|
try {
|
||||||
Enchantment depthStrider = Enchantment.getByName("DEPTH_STRIDER");
|
Enchantment depthStrider = Enchantment.getByName("DEPTH_STRIDER");
|
||||||
|
|
Loading…
Reference in a new issue