mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +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);
|
||||
ALIASENCHANTMENTS.put("rodlure", Enchantment.LURE);
|
||||
|
||||
ENCHANTMENTS.put("mending", Enchantment.MENDING);
|
||||
|
||||
// 1.8
|
||||
try {
|
||||
Enchantment depthStrider = Enchantment.getByName("DEPTH_STRIDER");
|
||||
|
|
Loading…
Reference in a new issue