Update to 1.16.4
This commit is contained in:
parent
af88f68e66
commit
f2cb61c4bc
1
jobs.py
1
jobs.py
|
@ -655,7 +655,6 @@ class CacheItemsStates:
|
||||||
|
|
||||||
def select_chest(self):
|
def select_chest(self):
|
||||||
if self.g.game.select_item(items.CHEST_ID):
|
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
|
self.state = self.find_cache_spot
|
||||||
else:
|
else:
|
||||||
print('No chest, aborting')
|
print('No chest, aborting')
|
||||||
|
|
|
@ -14,7 +14,7 @@ munch==2.5.0
|
||||||
panda3d==1.10.6.post2
|
panda3d==1.10.6.post2
|
||||||
pathtools==0.1.2
|
pathtools==0.1.2
|
||||||
pycparser==2.20
|
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
|
PyNBT==3.0.0
|
||||||
requests==2.24.0
|
requests==2.24.0
|
||||||
six==1.15.0
|
six==1.15.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user