From f2cb61c4bc555f2c627aaaa7e0f856ca5f8a794b Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sun, 13 Dec 2020 04:50:03 +0000 Subject: [PATCH] Update to 1.16.4 --- jobs.py | 1 - requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/jobs.py b/jobs.py index 91c7439..5bdf2fb 100644 --- a/jobs.py +++ b/jobs.py @@ -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') diff --git a/requirements.txt b/requirements.txt index b5145f5..da3ea56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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