Add mending enchantment to serializer.

This commit is contained in:
Ali Moghnieh 2016-07-26 22:02:50 +01:00
parent 2493c655f8
commit 743ac51c4c
No known key found for this signature in database
GPG key ID: F09D3A1BAF2E6D70

View file

@ -148,6 +148,8 @@ public class Enchantments {
ENCHANTMENTS.put("lure", Enchantment.LURE);
ALIASENCHANTMENTS.put("rodlure", Enchantment.LURE);
ENCHANTMENTS.put("mending", Enchantment.MENDING);
// 1.8
try {