cabaletta / baritone

google maps for block game
GNU Lesser General Public License v3.0
7.27k stars 1.45k forks source link

Elytra flight works fine but it generates hundreds of identical error messages in transit #4458

Closed Zimber106 closed 3 months ago

Zimber106 commented 3 months ago

meteor client stacks the error messages for me since they're duplicates but it sent roughly 550 times (screenshot attached) 2024-08-04_05 08 23

Some information

Operating system:Windows 11 Java version:latest Minecraft version:1.21 Baritone version:latest Other mods (if used): meteor, various other fabric mods (images attached) Screenshot 2024-08-04 051721 Screenshot 2024-08-04 051736 Screenshot 2024-08-04 051750

Exception, error or logs

Please find your latest.log or debug.log in this folder and attach it to the issue latest.log

Linux: ~/.minecraft/logs/

Windows: %appdata%/.minecraft/logs/

Mac: /Library/Application\ Support/minecraft/logs/

How to reproduce

Add your steps to reproduce the issue/bug experienced here. go to nether use baritone for elytra flight

Modified settings

To get the modified settings run #modified in game screenshots attached 2024-08-04_05 22 37 2024-08-04_05 22 47 2024-08-04_05 22 54 2024-08-04_05 22 57

Final checklist

ZacSharp commented 3 months ago

The error is from the nether pathfinder complaining that it's being used an unsupported y value, which, judging by your first screenshot, is exactly what you did. What does seem a bit off is that it generated a path at all. It should completely refuse operation when used on the nether roof (changing that is another issue).

Zimber106 commented 3 months ago

whoa, wasn't aware of that. cool, case closed i guess.