Elite-Modding-Team / MoCreaturesExtended

Continued maintenance for Mo'Creatures in 1.12.2
https://www.curseforge.com/minecraft/mc-mods/mo-creatures-extended
GNU General Public License v3.0
18 stars 5 forks source link

Picked up entities get wiped on disconnect #19

Open ACGaming opened 1 year ago

ACGaming commented 1 year ago

Issue

When disconnecting while having tameable entities (such as kitties) picked up, it‘s gone after joining back in.

Ideal Solution

Save NBT data to the Player for the carried mob when they log out, instead of forcing the pet to dismount the player. Look at PetAmulet for details on how to do this.