XP duplication due to race condition
boq opened this issue ยท 0 comments
When looking for orbs to merge, code is not checking if orb is still alive (missing EntitySelectors.IS_ALIVE
or just Entity.isDead
check). This allows orb to both be picked by player and absorbed by other one if it happens in single tick.
Original issue: OpenMods/OpenBlocks#956