Harvest Scythes

Harvest Scythes

7M Downloads

I don't even use HarvestScythes but i have an issue with it?

Blunder-G opened this issue ยท 10 comments

commented

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)

commented

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?

commented

Can you send the crash-server as well? I'm seeing errors from all sorts of mods here.

commented

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.

commented

crash server? whaaaa...

commented

and yeah i have a lot of error but i don't know which one is which one...

commented

In your crashes folder, there should be crash-client.txt and crash-server.txt

commented

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

commented

Should I close the issue?

commented

Yeah, ive opened an issue on RPGStats about possibly suppressing this