-
Notifications
You must be signed in to change notification settings - Fork 19
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
1.16.5 Fabric #33
base: 1.16-fabric
Are you sure you want to change the base?
1.16.5 Fabric #33
Conversation
Nice work! Will test it out soon. |
need to fix some merge issues first still |
…moved the pushMatrix
Seems to be working again now, QuakeClientPlayer seemed to have completely broken post merge so I copy and pasted my old version. |
Looks like there's still some stuff to work out with water movement (the same stuff I haven't figured out how to solve):
|
Should be better now |
Adds GitHub Action that compiles every commit and releases artifacts if successful.
Hey, whats up with this PR? |
Sharking is still not working the same as it was in previous versions. What I should probably do is just scratch sharking for the initial port and just release something; the sharking stuff probably needs a complete rewrite at this point. |
This would be awesome! I think sharking is something important but I would just sacrifice it for an initial release. Also I would love to see if the mod works in 1.17 as well. Fabric is already out. :D P.S.: Thanks for the mod! ❤️ |
To avoid server crashing at startup, add @Environment(EnvType.CLIENT) to ModQuakeMovement.drawSpeedometer() to the method signature. |
Fixes #32
Fixes #31
Fixes #26 (Also fixes Slow Falling)
Related #21