Fix farming bug
This commit is contained in:
parent
7217686716
commit
3364317b2e
2
jobs.py
2
jobs.py
|
@ -167,7 +167,7 @@ class GatherCropStates:
|
||||||
self.g.look_at = utils.padd(self.crop, path.BLOCK_BELOW)
|
self.g.look_at = utils.padd(self.crop, path.BLOCK_BELOW)
|
||||||
self.state = self.going_to_crop
|
self.state = self.going_to_crop
|
||||||
else:
|
else:
|
||||||
self.bad_crops.append(crop)
|
self.bad_crops.append(self.crop)
|
||||||
self.state = self.find_new_crop
|
self.state = self.find_new_crop
|
||||||
|
|
||||||
def going_to_crop(self):
|
def going_to_crop(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user