Skip to content
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

fixMobsWallGlitching is not compatible with Extra Utilities 2 #35

Closed
embeddedt opened this issue Jul 20, 2021 · 1 comment
Closed

fixMobsWallGlitching is not compatible with Extra Utilities 2 #35

embeddedt opened this issue Jul 20, 2021 · 1 comment

Comments

@embeddedt
Copy link

Initially reported here: DimensionalDevelopment/VanillaFix#225, DimensionalDevelopment/VanillaFix#309

However, this issue seems to be caused by Surge, not VanillaFix. I was able to reproduce the aforementioned issues in a test instance with just Surge and Extra Utilities 2 installed.

It seems that whatever method Surge uses to store bounding boxes is incompatible with the method Extra Utilities 2 uses to respawn mobs stored in golden lassos, resulting in a desync where the mob spawns in the new position client-side, but is really in the old position server-side. When the mob takes damage, the client realizes the new location and the mob visually teleports to its old location.

The lasso implementation is here: https://github.com/rwtema/Extra-Utilities-2-Source/blob/9e478a1f48b559c404747c663cbb29bd8acf93d9/1.10.2/src/main/java/com/rwtema/extrautils2/items/ItemGoldenLasso.java

Workaround: disabling fixMobsWallGlitching in config/surge.cfg allows you to work around this issue, but it will reintroduce MC-2025.

@Darkhax
Copy link
Member

Darkhax commented Jul 20, 2021

Hello, you can read more about this issue here. There are known fixes however this mod is currently not being updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants