Hello, I am a mod developer and run a server.
I've been using metamorph, as to not have to.build my own system for morphing however I've already fix a number of issues- most minor.
however, it is essential that this is one fixed for others who cannot so easily do that.
Morphs are being saved as a ForgeCap but nothing is clearing them. This is essential if you a repeatedly caching tons of mobs. Especially on modpacks with hundreds or more mobs.
I personally use the leave event to wipe them, without wiping them very quickly they can rack up millions of entries in this NBT.
At this point- it will prevent the player from joining a server/world. that entry is so large that the packet will be too large and their .dat will be inflated.
Hello, I am a mod developer and run a server.
I've been using metamorph, as to not have to.build my own system for morphing however I've already fix a number of issues- most minor.
however, it is essential that this is one fixed for others who cannot so easily do that.
Morphs are being saved as a ForgeCap but nothing is clearing them. This is essential if you a repeatedly caching tons of mobs. Especially on modpacks with hundreds or more mobs.
I personally use the leave event to wipe them, without wiping them very quickly they can rack up millions of entries in this NBT.
At this point- it will prevent the player from joining a server/world. that entry is so large that the packet will be too large and their .dat will be inflated.