INFO spam EntitySpirit
C0rn3j opened this issue ยท 4 comments
Forge 2092
LootBags-1.10.2-2.1.1.jar
Was in the Nether when it happened, might be Spirit added by Quark, or perhaps EvilCraft
That entity is not a child of EntityMob, EntityAnimal, or EntityPlayer, nor does it implement IMob or IAnimals, it's not a problem, that's just an info message. I'll have a config option to disable the various info messages in the next version.
Could these info messages be disabled by default?
Or at the very least reduce them to a single line instead of repeating the line 8-10 times.
Unless the mod author for the entity should deal with the entity differently so this doesn't happen?
Many of the info messages are important for diagnosing issues, both for errors in the mod as well as setting up custom bag setups, so I'm not inclined to disable them by default, I feel it will simply increase the number of issue requests I get and the amount of back and forth I need to do to solve issues.
The mod causing the messages should be using the interfaces IMob and IAnimal to indicate if the entity is an enemy or passive mob, not doing so would cause issues with other mods that interact with modded mobs, mine is just more verbose about the issue.