Zombie entities are registered too late
Pyrofab opened this issue ยท 1 comments
The zombie entity is registered during FMLInitializationEvent
instead of RegistryEvent.Register<EntityEntry>
. This causes other mods looking through the registry (eg. Dissolution) to not see them and skip any adequate compatibility.
Fixed, new build coming in a bit 8a9731e