Skip to content

Wall Glitch Fix and Mod Compatibility #24

@mrgrim

Description

@mrgrim

I'm the author of a mod called "EigenCraft Unofficial Patch" located here:

https://www.github.com/mrgrim/MUP/

My mod includes a fix for MC-2025 based on the same technique yours does. Recently an incompatibility with the ExtraUtils2 "Golden Lasso" item was reported, and I implemented a general fix for cases where the stored AABB and position do not match. You can see this here:

https://www.github.com/mrgrim/MUP/blob/master/src/main/java/org/gr1m/mc/mup/bugfix/mc2025/mixin/MixinEntity.java

I also implemented the ability for my mod to detect the presence of yours and to disable the runtime configuration for Surge's version of this fix since it does not implement this compatibility feature. You can see how I did that with this commit:

mrgrim/MUP@d31cd09

I tried to use as light a touch as possible..

If you'd be willing to implement a similar fix in your mod I'd be happy to simply have mine disable its own fix when yours is detected rather than try to disable yours at runtime. Let me know what you think.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions