Factorio: remove tech_tree_layout_prerequisites from core

This commit is contained in:
Fabian Dill
2023-04-24 01:58:26 +02:00
committed by Fabian Dill
parent 58aea7ca58
commit b950af09a6
4 changed files with 4 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ class Factorio(World):
required_client_version = (0, 4, 0)
ordered_science_packs: typing.List[str] = MaxSciencePack.get_ordered_science_packs()
tech_tree_layout_prerequisites: typing.Dict[FactorioScienceLocation, typing.Set[FactorioScienceLocation]]
tech_mix: int = 0
skip_silo: bool = False
science_locations: typing.List[FactorioScienceLocation]
@@ -78,6 +79,7 @@ class Factorio(World):
self.advancement_technologies = set()
self.custom_recipes = {}
self.science_locations = []
self.tech_tree_layout_prerequisites = {}
generate_output = generate_mod