mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
Factorio: Fix link to world_gen documentation (#5171)
This commit is contained in:
@@ -321,7 +321,7 @@ class InventorySpillTrapCount(TrapCount):
|
|||||||
|
|
||||||
class FactorioWorldGen(OptionDict):
|
class FactorioWorldGen(OptionDict):
|
||||||
"""World Generation settings. Overview of options at https://wiki.factorio.com/Map_generator,
|
"""World Generation settings. Overview of options at https://wiki.factorio.com/Map_generator,
|
||||||
with in-depth documentation at https://lua-api.factorio.com/latest/Concepts.html#MapGenSettings"""
|
with in-depth documentation at https://lua-api.factorio.com/latest/concepts/MapGenSettings.html"""
|
||||||
display_name = "World Generation"
|
display_name = "World Generation"
|
||||||
# FIXME: do we want default be a rando-optimized default or in-game DS?
|
# FIXME: do we want default be a rando-optimized default or in-game DS?
|
||||||
value: dict[str, dict[str, typing.Any]]
|
value: dict[str, dict[str, typing.Any]]
|
||||||
|
Reference in New Issue
Block a user