mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Factorio: fix accidental removal of fluids from make_balanced_recipe (#754)
This commit is contained in:
@@ -501,6 +501,7 @@ def get_science_pack_pools() -> Dict[str, Set[str]]:
|
||||
item_stack_sizes: Dict[str, int] = items_future.result()
|
||||
non_stacking_items: Set[str] = {item for item, stack in item_stack_sizes.items() if stack == 1}
|
||||
stacking_items: Set[str] = set(item_stack_sizes) - non_stacking_items
|
||||
valid_ingredients: Set[str] = stacking_items | fluids
|
||||
|
||||
# cleanup async helpers
|
||||
pool.shutdown()
|
||||
|
Reference in New Issue
Block a user