Folia/patches
Spottedleaf 774141dfb1 Fix mob entity inventory loss when switching dimensions
The inventory was being cleared by removing the entity
from the world, but Folia changed the remove to be
before the entity copy which caused the new entity
to have a cleared inventory. Fix this by creating
a post-dimension copy callback that will clear
the inventory of the old entity.

Fixes https://github.com/PaperMC/Folia/issues/29
2023-04-03 22:14:42 -07:00
..
api fix: fix build number check in version fetcher (#16) 2023-03-30 14:13:55 -07:00
server Fix mob entity inventory loss when switching dimensions 2023-04-03 22:14:42 -07:00