Minecraft-Console-Client icon indicating copy to clipboard operation
Minecraft-Console-Client copied to clipboard

Water does not move player

Open MousePak opened this issue 9 years ago • 2 comments

Console Client for MC 1.4.6 to 1.10.2 - v1.10.0 DEV (pulled / compiled git Indev shown same issue as of today)

mcversion=1.9.2 brandinfo=vanilla terrainandmovements=true

Just tried moving the bot with water to find bot floating as if not on the ground / interacting with water force.

Items are still picked up by the bot confirming terrainandmovements configuration was enabled. also confirmed bot falling (broken placed block under bot) works.

MousePak avatar Oct 06 '16 13:10 MousePak

Water is indeed not handled at all. The client has to get some metadata about water blocks and deduce how to move if there is a water flow. If you wish to move use the /move command, if you wish to AFK and automatically move use a script instead and run it on time interval using the ScriptScheduler:

move north
move south

for instance.

ORelio avatar Oct 06 '16 13:10 ORelio

Thanks ORelio for a fast update, was mainly logging for your awareness tried the bot in an mcmmo acrobatics grinder :p (falling on this server seems to be a problem but less worried about that as im killing time atm)

MousePak avatar Oct 06 '16 13:10 MousePak