mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-14 05:13:29 -07:00
Factorio: Craftsanity (#5529)
This commit is contained in:
@@ -112,7 +112,7 @@ def generate_mod(world: "Factorio", output_directory: str):
|
||||
settings_template = template_env.get_template("settings.lua")
|
||||
# get data for templates
|
||||
locations = [(location, location.item)
|
||||
for location in world.science_locations]
|
||||
for location in world.science_locations + world.craftsanity_locations]
|
||||
mod_name = f"AP-{multiworld.seed_name}-P{player}-{multiworld.get_file_safe_player_name(player)}"
|
||||
versioned_mod_name = mod_name + "_" + Utils.__version__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user