lambda-client / lambda

Minecraft utility mod coded in Kotlin
GNU Lesser General Public License v3.0
579 stars 145 forks source link

Horse transportation - 2b2t has become intolerant of entering unloaded chunks #124

Open HoratioGamer opened 3 years ago

HoratioGamer commented 3 years ago

There are reports of some fast travel exploits that first entered unloaded chunks, and then travel at high speed either to map the state of chunks without generating new ones (new chunks on steroids, to find all stashes), and travel at high speed to raid stashes.

I believe as a means to combat both these exploits, it seems 2b2t has become more intolerant of entering unloaded chunks.

This is a problem for any travel method, however, KAMI/Blue, and likely Lambda have excellent modules that in combination made for reliable horse travel for some months at speeds approaching 77km/h.

With this newest intolerance of entering unloaded chunks, if there is the slightest glitch and the horse overrides the rate at which chunks are loaded, the account is thrown out of the game and back to Q (about a 2/3rds chance of a kick).

So I am proposing consolidating existing modules with 2 new features, to return reliable horse riding as a fast travel method in Lambda.

remain accessible as separate modules, but also be joined together in a meta module "horse tools" that automatically configures and activates these 7 modules.

Other fast travel methods may be available now, or may come in the future, however horse riding is fall-back that can be a strong feature of the Lambda client.

HoratioGamer commented 3 years ago

While not the hundreds of km/h of past hacks like boatfly, having a reliable completely AFK travel method that can allow anyone to traverse clean highways at 77 km/h is the complement of highway tools. The two additions needed are not complex code.

Further, where the highway is not clean, it would be possible to ping the player to address the issue.

Avanatiker commented 3 years ago

Very good concept! We need someone put some love into a special Autowalk mode that takes care of this stuff.