mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
a08bfca4e5
7 changed files with 54 additions and 6 deletions
|
|
@ -799,7 +799,8 @@ namespace MinecraftClient {
|
|||
///NOTE: This is an experimental feature, the bot can be slow at times, you need to walk with a normal speed and to sometimes stop for it to be able to keep up with you
|
||||
///It's similar to making animals follow you when you're holding food in your hand.
|
||||
///This is due to a slow pathfinding algorithm, we're working on getting a better one
|
||||
///You can tweak the update limit and find what works best for you. (NOTE: Do not but a very low one, because you might achieve the opposite,
/// [rest of string was truncated]";.
|
||||
///You can tweak the update limit and find what works best for you. (NOTE: Do not but a very low one, because you might achieve the opposite,
|
||||
/// [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string ChatBot_FollowPlayer {
|
||||
get {
|
||||
|
|
@ -2004,4 +2005,4 @@ namespace MinecraftClient {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue