-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
None
-
Affects Version/s: None
-
None
-
Environment:
The 1.12 update broke deserializing SWEEPING_EDGE enchantment books here:
The enchant name changed from SWEEPING to SWEEPING_EDGE, so any items serialized before 1.12 will lose the SWEEPING_EDGE enchantment if they are deserialized.
Example item in JSON format:
{"item":{"==":"org.bukkit.inventory.ItemStack","type":"ENCHANTED_BOOK","meta":{"==":"ItemMeta","meta-type":"ENCHANTED","stored-enchants":{"SWEEPING":3}}}}