Fix farming bug

master
Tanner Collin 3 years ago
parent 7217686716
commit 3364317b2e
  1. 2
      jobs.py

@ -167,7 +167,7 @@ class GatherCropStates:
self.g.look_at = utils.padd(self.crop, path.BLOCK_BELOW)
self.state = self.going_to_crop
else:
self.bad_crops.append(crop)
self.bad_crops.append(self.crop)
self.state = self.find_new_crop
def going_to_crop(self):

Loading…
Cancel
Save