Closed Splarkszter closed 2 years ago
Can you provide a screenshot of the terrain where this occurred?
Magic is nerfed in https://github.com/MCCTeam/Minecraft-Console-Client/commit/223c13561c8fae96a374f0b0da0368ec88ed30e3. After using -f, the robot will still skip a single block gap. This is not expected, although it can be done in vanilla clients.
Next I am going to rewrite the handling of moves, in order to allow MCC to handle more complex paths. After this it will be easier to implement commands such as follow. (#725 #2125) There is a lot of work involved and it can take a long time to implement it.
Magic is nerfed in 223c135. After using -f, the robot will still skip a single block gap. This is not expected, although it can be done in vanilla clients. Gif
Next I am going to rewrite the handling of moves, in order to allow MCC to handle more complex paths. After this it will be easier to implement commands such as follow. (#725 #2125) There is a lot of work involved and it can take a long time to implement it.
After it's done we should start porting Baritone as a ChatBot
Magic is nerfed in 223c135. After using -f, the robot will still skip a single block gap. This is not expected, although it can be done in vanilla clients. Gif Next I am going to rewrite the handling of moves, in order to allow MCC to handle more complex paths. After this it will be easier to implement commands such as follow. (#725 #2125) There is a lot of work involved and it can take a long time to implement it.
After it's done we should start porting Baritone as a ChatBot
This work with more like our own implementation of the terrain processing that already exists in the vanilla client as well as improving the existing pathfinding algorithm.
After this work is done, we can encapsulate some pathfinding based features like Baritone, such as follow and farm. https://github.com/cabaletta/baritone/tree/master/src/main/java/baritone/process
Baritone is a mod, so it can easily call some code from minecraft, while we have to implement it ourselves.
That is, we are developing another “Baritone”.
Making the Follow Player Chat Bot, currently testing it.
you guys are awesome
Prerequisites
debugmessages=true
in config to diagnose my issueMinecraft Version
1.19.0
Console Client Version
Lastest
Expected Behavior
Walk normally
Actual Behavior
Bot is able to skip single block gaps and climb 2 blocks tall
Steps to Reproduce the bug
Attach screenshot here (If applicable)
No response
Anythings that could help diagnosing the bug
No response
Device
Desktop
Operating System
Windows
Server Address (If applicable)
No response