newstyle DataPackage. Both versions in merged format for compatibility for now.

This commit is contained in:
Fabian Dill
2021-07-12 18:05:46 +02:00
parent 50a21fbd74
commit f456dba993
9 changed files with 60 additions and 38 deletions

View File

@@ -22,6 +22,9 @@ class Factorio(World):
item_names = frozenset(tech_table)
location_names = frozenset(base_tech_table)
item_name_to_id = tech_table
location_name_to_id = base_tech_table
def generate_basic(self):
for tech_name in base_tech_table:
if self.world.progressive: