Update to 1.16.4

master
Tanner Collin 3 years ago
parent af88f68e66
commit f2cb61c4bc
  1. 1
      jobs.py
  2. 2
      requirements.txt

@ -655,7 +655,6 @@ class CacheItemsStates:
def select_chest(self):
if self.g.game.select_item(items.CHEST_ID):
self.g.look_at = utils.padd(self.area, path.BLOCK_BELOW)
self.state = self.find_cache_spot
else:
print('No chest, aborting')

@ -14,7 +14,7 @@ munch==2.5.0
panda3d==1.10.6.post2
pathtools==0.1.2
pycparser==2.20
pyCraft @ git+https://github.com/ammaraskar/pyCraft.git@903c20f9e2c8751fc28af46fc0dc3f7d3ec14a82
pyCraft @ git+https://github.com/ammaraskar/pyCraft.git@2813d02ae7fb8182c3e5227a73de2240b09878d9
PyNBT==3.0.0
requests==2.24.0
six==1.15.0

Loading…
Cancel
Save