[1.12.2] Server spam in every second :(

I am not sure why, but I have got this warn and error every second. However, I can’t determine which mod make this happen. Does anyone know how to fix it? Thank you so much

Log: https://pastebin.com/z5FtKHpY

Full Log: https://drive.google.com/drive/folders/12755B3N4Cvobdbp6QfSQluCvti5aqWry?usp=sharing

There seems to be two mods at fault.

com.TheRPGAdventurer.ROTD.objects.entity.entitytameabledragon.EntityTameableDragon.refreshInventory(EntityTameableDragon.java:2480) [EntityTameableDragon.class:?]
blusunrize.immersiveengineering.common.blocks.wooden.TileEntityWatermill.func_73660_a(TileEntityWatermill.java:58) [TileEntityWatermill.class:?]

Based on the error it looks like the former. It also looks like its a programming fault within the mod itself.

The former mod also isnt following Java standards with the package name being in upper case (or at least some of it), this normally indicates either a poor programmer (as in new or bad) or a programmer who doesnt care about the language they are writing in. Both of those results would make me question the mods stability.

It seems that it doesn’t have any way to solve it

What happens if the remove the formor mod (just to be sure it is that mod that is the problem). If it is then report the issue to the mod developer and they maybe able to fix it

Ok, let me try it. Thank you so much!