Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool Belt Possible Conflict With BetterModsButton #157

Open
CarpV opened this issue Dec 8, 2024 · 1 comment
Open

Tool Belt Possible Conflict With BetterModsButton #157

CarpV opened this issue Dec 8, 2024 · 1 comment

Comments

@CarpV
Copy link

CarpV commented Dec 8, 2024

Game launches when removing Toolbelt or BetterModsButton, I'm assuming it's a conflict between the two. Attached is the latest log before removing toolbelt.
latest.log

@gigaherz
Copy link
Owner

gigaherz commented Dec 9, 2024

KeyBinding errors like that happen when there has been another error beforehand. You'll see the "Cowardly refusing..." messages there. ToolBelt isn't the cause, but rather the victim.

The most likely source is this:

[08Dec2024 17:25:41.429] [modloading-worker-0/ERROR] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: croptopia, class com.epherical.croptopia.CroptopiaMod
java.lang.NoClassDefFoundError: com/epherical/epherolib/libs/org/spongepowered/configurate/serialize/TypeSerializer

but there's some mixin errors higher up.

Someday I will get around to protecting my keybinds so that loading errors don't blame my mod instead of showing the real error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants