mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
parent
e91fefadb3
commit
b5c7dc4fc4
1 changed files with 2 additions and 4 deletions
|
|
@ -21,9 +21,7 @@ public class SugarCaneMiner : ChatBot
|
||||||
{
|
{
|
||||||
if (DetectSugarCane(sugarCane, fullHeight))
|
if (DetectSugarCane(sugarCane, fullHeight))
|
||||||
{
|
{
|
||||||
DigBlock(0, sugarCane, 1);
|
DigBlock(sugarCane);
|
||||||
Thread.Sleep(1);
|
|
||||||
DigBlock(2, sugarCane, 1);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -48,4 +46,4 @@ public class SugarCaneMiner : ChatBot
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue