Adjust item counts

This commit is contained in:
2021-04-18 22:41:03 +00:00
parent fc929db658
commit fac4309e43
3 changed files with 8 additions and 8 deletions

4
bot.py
View File

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