Fix Miner/Farmer addon scripts (#1047)

This commit is contained in:
ORelio 2020-06-13 23:47:25 +02:00
parent 87302bafab
commit 09bfe92071
4 changed files with 17 additions and 17 deletions

View file

@ -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);
}
}