Update to 1.16.4

This commit is contained in:
Tanner Collin 2020-12-13 04:50:03 +00:00
parent af88f68e66
commit f2cb61c4bc
2 changed files with 1 additions and 2 deletions

View File

@ -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')

View File

@ -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