Ради вашего удобства наш сайт использует cookies! Узнать больше! Мы используем cookies

Multiplayer Bug Fixes - Patch

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


Developed by $J

Workshop ID: 3711452848
Mod ID: EURY_BUGS_Fix

Рейтинг

Войдите, чтобы голосовать.
🏅 Нет оценок

Базовые теги:

Version:

Загрузить 6.7 KB