Revert "Add mending enchantment to serializer."

This reverts commit 743ac51c4c.
This commit is contained in:
Ali Moghnieh 2016-07-28 16:57:06 +01:00
parent 5960f55339
commit 30d5fbdf8d
No known key found for this signature in database
GPG Key ID: F09D3A1BAF2E6D70

View File

@ -149,8 +149,6 @@ 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");