-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
None
Example: Vanilla command to get a spawn egg which will spawn a farmer villager:
/give @p spawn_egg 1 0 {EntityTag:{id:Villager,Profession:1,Career:1}}
Saving this item via bukkit serialization (and later loading it again) will result in the profession and career value to be lost.
Any other entity data will problably be lost as well.