mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Added slab handling for 1.20/.1
Added Farm bot crops handling for 1.20/.1 Added utilities for Containers/Inventories Added bot movement lock to prevent multiple bots that use movements from running at the same time. General code improvements.
This commit is contained in:
parent
497a1174de
commit
272900d52e
11 changed files with 941 additions and 797 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
|
|
@ -3956,5 +3956,17 @@ namespace MinecraftClient {
|
|||
return ResourceManager.GetString("cmd.nameitem.desc", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string bot_antiafk_may_not_move {
|
||||
get {
|
||||
return ResourceManager.GetString("bot.antiafk.may.not.move", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string bot_common_movement_lock_held {
|
||||
get {
|
||||
return ResourceManager.GetString("bot.common.movement.lock.held", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2109,4 +2109,10 @@ Logging in...</value>
|
|||
<data name="cmd.nameitem.desc" xml:space="preserve">
|
||||
<value>Set an item name when an Anvil inventory is active and the item is in the first slot.</value>
|
||||
</data>
|
||||
<data name="bot.antiafk.may.not.move" xml:space="preserve">
|
||||
<value>Bot movement lock is held by bot {0}, so the Anti AFK bot might not move!</value>
|
||||
</data>
|
||||
<data name="bot.common.movement.lock.held" xml:space="preserve">
|
||||
<value>You can not start/run/use the '{0}' bot because it requires movement, the movement is currently utilized by the '{1}' bot, stop it if you want to use this one.</value>
|
||||
</data>
|
||||
</root>
|
||||
Loading…
Add table
Add a link
Reference in a new issue