I don't even use HarvestScythes but i have an issue with it?
Blunder-G opened this issue ยท 10 comments
In MultiMC, i saw this error and it's red colored error (important). Strange thing is i don't use this mod...
Error:
[19:40:05] [main/WARN]: Error loading class: wraith/harvest_scythes/ScytheTool (java.lang.ClassNotFoundException: wraith/harvest_scythes/ScytheTool)
It seems some mod is trying to access the scythes without checking if the mod is installed first.
Can you post the full log as well as your mod list?
Mod list:
crash-2021-06-11_00.11.02-client.txt
Log:
latest.log
Can you send the crash-server as well? I'm seeing errors from all sorts of mods here.
Out of those mods, the only one I'm aware that messes with Harvest Scythtes is RPGStats, but I'm pretty sure it checks if the mod is installed first.
In your crashes folder, there should be crash-client.txt and crash-server.txt
Out of those mods, the only one I'm aware that messes with Harvest Scythtes is RPGStats, but I'm pretty sure it checks if the mod is installed first.
Seems to be a minor issue with the @Pseudo annotation, its harmless but I don't see a way to suppress it
I switched to using Pseudo over a mixin plugin because its less files to manage and update
If this becomes an issue id be happy to switch back