Manage needed items and item counts better

This commit is contained in:
2021-04-17 23:48:38 +00:00
parent 7d0cef0e2e
commit fc929db658
4 changed files with 102 additions and 20 deletions

3
bot.py
View File

@@ -226,6 +226,9 @@ def init(global_state):
g.filling = False
g.minimum_cache_slots = 33
g.maximum_supply_slots = 27
def bot(global_state):
g = global_state