SpongeForge icon indicating copy to clipboard operation
SpongeForge copied to clipboard

Mod [Lycanites Mobs] Concapede and Concapede Segment console errors/fail to successfully spawn

Open T0ED opened this issue 6 years ago • 1 comments

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:

  1. Spawning a Concapede segment will produce the errors in Spawning a Concapede Segment.txt,
  2. 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.

T0ED avatar Nov 25 '19 04:11 T0ED

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.

clienthax avatar Dec 24 '19 17:12 clienthax