Factorio: Fix link to world_gen documentation (#5171)

This commit is contained in:
Remy Jette
2025-07-07 13:57:55 -07:00
committed by GitHub
parent d4ebace99f
commit f4b5422f66

View File

@@ -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]]