Mod [Lycanites Mobs] Concapede and Concapede Segment console errors/fail to successfully spawn
I am currently running
- SpongeForge version: 7.1.7
- Forge version: 14.23.5.2838
- Java version: Java 8 Update 191 (64 bit)
- Operating System: Windows 10
Mods: Sponge 1.12.2-7.1.7 Lycanites Mobs 2.0.1.6 (Tested with several versions of this mod as well)
Plugins: No additional plugins
Issues:
- Spawning a Concapede segment will produce the errors in Spawning a Concapede Segment.txt,
- Spawning a Concapede, will always fail. with the console output being in Spawning a Concapede.txt
Here's the full server log, the console output for spawning a 'Concapede Segment', and a 'Concapede'(Full creature) https://gist.github.com/T0ED/9190784fde2b5748dafa05148d2824b2
Please let me know if there is any additional information/recordings/tests you need.
EntityConcapedeSegment.setGrowingAge concapedeHead is null createEntity is called with EntityConcapedeHead as class
It seems that the entity activation range is calling isCreatureOfType which inturn calls isHostile -> getEntityWorld/isDaytime, which are still null at this point causing the error as the class isn't initalized at this point.