TerminalMC / ClientSort

A client-side multi-loader Minecraft mod implementing Siphalor's sorting algorithm from Mouse Wheelie.
https://modrinth.com/mod/K0AkAin6
Apache License 2.0
5 stars 4 forks source link

[1.21] NeoForge, servers cannot start with ClientSort installed #3

Closed NielsPilgaard closed 4 months ago

NielsPilgaard commented 4 months ago

Mod Version

ClientSort-NeoForge-1.21-0.4.0

Mod Loader

NeoForge

Minecraft Version

1.21.0

Bug Description

When ClientSort is in the mods folder of a server, it cannot start.

Reproduction Steps

Make a NeoForge server Add ClientSort Start it

Log File (optional)

No response

Crash Report (optional)

https://gist.github.com/NielsPilgaard/a526f5386c616ce7bca148427d8f9e1c

NotRyken commented 4 months ago

Are you surprised that a mod, marked as client-side in no less than 4 places including its name, doesn't work on a server?

NielsPilgaard commented 4 months ago

I am not, but it's common practice for client-side mods to do nothing when loaded on a server, to prevent crashes when people forget to remove them.

I just wanted to let you know.

NotRyken commented 4 months ago

I appreciate that, and have 'fixed' it in f1201ff, for release in v0.5.0 depending on how the fix for #4 goes.

Perhaps I should add an 'expected behavior' section to the bug report template to improve clarity in cases such as this.

NielsPilgaard commented 4 months ago

Oh, thank you!

Perhaps I should add an 'expected behavior' section to the bug report template to improve clarity in cases such as this

That could work 👍