Exopandora / ShoulderSurfing

Shoulder Surfing Reloaded is a highly configurable third person camera mod for minecraft.
MIT License
48 stars 9 forks source link

Full Fabric port #79

Closed IMS212 closed 1 year ago

IMS212 commented 1 year ago

should be on a separate branch

has a little flickering when moving the camera, but is otherwise stable

Exopandora commented 1 year ago

Thank you for the pull request! As i already mentioned in #76, i am currently working to restructure the project similar to the MultiLoader template in order to support both forge and fabric, so this PR will probably need to adapt to it.

IMS212 commented 1 year ago

Sounds good!

IMS212 commented 1 year ago

Most of the work here is replacing the simple events with mixins (also has the benefit of removing the needed AT), so most of this can be put in common!

Exopandora commented 1 year ago

The project has been restructured and now supports fabric. Thank you for the initial pull request, it really helped to quickly port the mod.

IMS212 commented 1 year ago

Nice!