LordDeatHunter / HarvestScythes

A Fabric mod for Minecraft that adds: Scythes - Harvesting and replanting crops around the player Machetes - Vein-breaking leaves
MIT License
4 stars 6 forks source link

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

Closed Blunder-G closed 3 years ago

Blunder-G commented 3 years ago

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)

LordDeatHunter commented 3 years ago

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?

Blunder-G commented 3 years ago

Mod list: crash-2021-06-11_00.11.02-client.txt

Log: latest.log

LordDeatHunter commented 3 years ago

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

LordDeatHunter commented 3 years ago

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.

Blunder-G commented 3 years ago

crash server? whaaaa...

Blunder-G commented 3 years ago

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

LordDeatHunter commented 3 years ago

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

SilverAndro commented 3 years ago

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

LordDeatHunter commented 3 years ago

Should I close the issue?

SilverAndro commented 3 years ago

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