mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Update config\ChatBots
This commit is contained in:
parent
51742c5606
commit
eb51f72fb8
3 changed files with 2 additions and 84 deletions
|
|
@ -77,7 +77,7 @@ class MineCube : ChatBot
|
|||
// Skip this block if it can not be mined.
|
||||
if (Material2Tool.IsUnbreakable(mineLocationMaterial)) { continue; }
|
||||
|
||||
if (Settings.InventoryHandling && toolHandling)
|
||||
if (GetInventoryEnabled() && toolHandling)
|
||||
{
|
||||
// Search this tool in hotbar and select the correct slot
|
||||
SelectCorrectSlotInHotbar(
|
||||
|
|
@ -182,7 +182,7 @@ class MineCube : ChatBot
|
|||
waitForMoveToLocation(mineLocation, maxOffset: 4, minOffset:3);
|
||||
|
||||
// Is inventoryhandling activated?
|
||||
if (Settings.InventoryHandling && toolHandling)
|
||||
if (GetInventoryEnabled() && toolHandling)
|
||||
{
|
||||
// Search this tool in hotbar and select the correct slot
|
||||
SelectCorrectSlotInHotbar(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue