Closed Windfisch closed 6 years ago
When a task has the goals "Put an entity X, and fuel X with coal", the bot will crash: In _calculate_actions() of the InventoryPredicate, the X entity isn't found in actual_entities (and thus no inventory is known).
_calculate_actions()
InventoryPredicate
actual_entities
When a task has the goals "Put an entity X, and fuel X with coal", the bot will crash: In
_calculate_actions()
of theInventoryPredicate
, the X entity isn't found inactual_entities
(and thus no inventory is known).