mrgrim / MUP

An unofficial collection of patches, optimizations, and tweaks for Minecraft/Forge.
MIT License
48 stars 7 forks source link

[Suggestion] Option to disable entity speed checks #28

Open DarianLStephens opened 2 years ago

DarianLStephens commented 2 years ago

When attempting to ride a really fast entity, they get stuck in place, jittering. The console gets flooded with [Server thread/WARN] [mup]: Enchanted Broom moved wrongly! (In this case, it's a flying broomstick)

I couldn't find an option to disable this. I tried everything that looked vaguely related, all the movement options, to no avail.

MagmaBro123 commented 2 years ago

This mod has been dead for 2 years. Won't be fixed.

DarianLStephens commented 2 years ago

Oof. It's a shame, because this is the only thing I've found which actually deals with the invisible entity issue that has plagued my 1.12 packs in the past.

MagmaBro123 commented 2 years ago

It looks like a great mod, but due to no one continuing it, its basically just sitting here, rotting away.

You could fork and fix it up probably, but you and me aren't programmers I bet.

DarianLStephens commented 2 years ago

I'd bet these lines are the culprit. https://github.com/mrgrim/MUP/blob/44eb1d2b68a0adfb2ecede4398e000f07993ece1/src/main/java/org/gr1m/mc/mup/bugfix/mc100830/mixin/MixinNetHandlerPlayServer.java#L133

DarianLStephens commented 2 years ago

Seems that turning off the patch for MC-100830, under Bug Fixes, actually solves it! Guess I should have looked in to this ages ago, huh?

MagmaBro123 commented 2 years ago

Yep.