-
Notifications
You must be signed in to change notification settings - Fork 5
Description
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:
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:
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!