Multiplayer Bug Fixes - Patch
Patches the registerOrProcess crash in Multiplayer Bug Fixes (EURY_BUGS) mod.
Problem
The original mod iterates cell:getObjectList() to find animals. This list can contain stale Java object references that cause a nil call crash:
Object tried to call nil in registerOrProcess
This error fires every tick, flooding the log and breaking game actions (doors, interactions, etc.).
Fix
Replaces getObjectList() iteration with getAnimals() API, which returns only live animal objects — no stale references, no crash.
- Animal wild-state sync still works normally
- Animal taming, breeding, etc. are not affected
- Zero performance overhead (fewer objects to iterate)
Requirements
- Multiplayer Bug Fixes (EURY_BUGS)
Developed by $J
Workshop ID: 3711452848
Mod ID: EURY_BUGS_Fix