mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Factorio: add option: random tech ingredients
This commit is contained in:
@@ -293,7 +293,8 @@ factorio_options: typing.Dict[str, type(Option)] = {"max_science_pack": MaxScien
|
||||
"tech_tree_layout": TechTreeLayout,
|
||||
"tech_cost": TechCost,
|
||||
"free_samples": FreeSamples,
|
||||
"visibility": Visibility}
|
||||
"visibility": Visibility,
|
||||
"random_tech_ingredients": Toggle}
|
||||
|
||||
minecraft_options: typing.Dict[str, type(Option)] = {}
|
||||
|
||||
|
Reference in New Issue
Block a user