polina4096 / resquake

Rewrite of a popular mod which brings quake-style movement to minecraft for Fabric mod loader in Kotlin
The Unlicense
24 stars 7 forks source link

Client-side only or required server-side? #3

Closed SuperKnux closed 1 year ago

SuperKnux commented 1 year ago

Title is self-explanatory. Cool that the mod's 1.19.2 now but, it crashes on server with classnotfound exceptions detailing the client missing, and works fine on client. Following that logic, I'm guessing it's client-side only?

polina4096 commented 1 year ago

The mod shouldn't crash when installed on the server so this is indeed a bug.

Thanks for reporting it!

I going to investigate into this further and roll out an update in a few hours. Until then I suggest using this mod on the client only, as it should mostly work just fine if you don't have any anti-cheat measures installed on the server.

polina4096 commented 1 year ago

Closed with the release of version 1.1.0, should work fine on both client and server.

It is actually recommended to install it on both sides to prevent fall damage from slowing the player down.