Elite-Modding-Team / MoCreaturesExtended

Continued maintenance for Mo'Creatures in 1.12.2
https://www.curseforge.com/minecraft/mc-mods/mo-creatures-extended
GNU General Public License v3.0
18 stars 5 forks source link

Server side Exception Log Spamming #64

Closed Ldawsonm closed 11 months ago

Ldawsonm commented 11 months ago

I'm getting this exception in my server's log: java.lang.NoClassDefFoundError: net/minecraft/client/resources/I18n at drzhark.mocreatures.entity.MoCEntityAnimal.getName(MoCEntityAnimal.java:81) ~[MoCEntityAnimal.class:?] This exception is not fatal, it's just spamming my logs since java loves to give you the entire error message, even the unhelpful parts. I went into the source code and it looks like on line 16 of MoCEntityAnimal.java, there is an import for net.minecraft.client.resources.l18n

I am not at all familiar with the code base, and given my frequent posting of issues and the fact that I know java fairly well, I feel like I should start getting familiar with the code base and making pull requests instead of coming on here and going "Devs! Fix this!" especially since this is not a fatal issue.

Anyway, just thought I'd make aware this issue. Thanks!

IcarussOne commented 11 months ago

Bug reports are always appreciated, no worries about how minimal it is. Feel free to make pull requests any time!