mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Factorio: make client use CommonClient location lookup for technologies
This commit is contained in:
@@ -445,8 +445,6 @@ common_tech_table: Dict[str, int] = {tech_name: tech_id for tech_name, tech_id i
|
||||
useless_technologies: Set[str] = {tech_name for tech_name in common_tech_table
|
||||
if not technology_table[tech_name].useful()}
|
||||
|
||||
lookup_id_to_name: Dict[int, str] = {item_id: item_name for item_name, item_id in tech_table.items()}
|
||||
|
||||
rel_cost = {
|
||||
"wood": 10000,
|
||||
"iron-ore": 1,
|
||||
|
Reference in New Issue
Block a user