mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix CobbleMiner
This commit is contained in:
parent
8fedd59f0a
commit
e91fefadb3
1 changed files with 3 additions and 7 deletions
|
|
@ -23,14 +23,10 @@ public class CobblestoneMiner: ChatBot
|
|||
switch (blockType)
|
||||
{
|
||||
case Material.Stone:
|
||||
DigBlock(0, cobblestone, 1);
|
||||
Thread.Sleep(100);
|
||||
DigBlock(2, cobblestone, 1);
|
||||
DigBlock(cobblestone);
|
||||
break;
|
||||
case Material.Cobblestone:
|
||||
DigBlock(0, cobblestone, 1);
|
||||
Thread.Sleep(100);
|
||||
DigBlock(2, cobblestone, 1);
|
||||
DigBlock(cobblestone);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue