mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Factorio: align tech tree sections in growing ingredient requirements
This commit is contained in:
@@ -13,7 +13,7 @@ with open(source_file) as f:
|
||||
with open(recipe_source_file) as f:
|
||||
raw_recipes = json.load(f)
|
||||
tech_table = {}
|
||||
technology_table = {}
|
||||
technology_table:Dict[str, Technology] = {}
|
||||
|
||||
always = lambda state: True
|
||||
|
||||
|
Reference in New Issue
Block a user