MythicMobs bukkit item deserialize missing lore on 1.12.2
Summary
Server Version: 1.12.2
MythicMobs item manager doesnt deserialize bukkit item properly
(Not using the mythicmobs format, i mean the Bukkit item deserialized with using /mm i import <itemid>
)
Even the item data yml saves the lore data correctly, mythicmobs fail to read it back with /mm i get <itemid>
Steps to reproduce
/mm i get SkeletonKingSword
- hold the item in hand (the example item should have lore)
/mm i import Test
/mm i get Test
Current behavior
The item lore is gone. but it does save correctly when u check the imported yml.
Intended correct behavior
The lore should be there
Proposed fixes
This is weird as i suppose MythicMob use internal spigot api to deserialize bukkit item
It might be a incompatibility with the lastest version
In this case, mm should let user to choose that if they want to convert the the item into
MythicMobs mythic items's format (warn them that it might lost some details tho)