mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix Miner/Farmer addon scripts (#1047)
This commit is contained in:
parent
87302bafab
commit
09bfe92071
4 changed files with 17 additions and 17 deletions
|
|
@ -21,9 +21,9 @@ public class SugarCaneMiner : ChatBot
|
|||
{
|
||||
if (DetectSugarCane(sugarCane, fullHeight))
|
||||
{
|
||||
PlayerDigging(0, sugarCane, 1);
|
||||
DigBlock(0, sugarCane, 1);
|
||||
Thread.Sleep(1);
|
||||
PlayerDigging(2, sugarCane, 1);
|
||||
DigBlock(2, sugarCane, 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue