So what you have to do is:
FIND: "exclude_surface", "*"
REPLACE: "spawn_exclusively_on", "OldAbandonedSettlements", "nauvis"
Then go to your info.json
and update the dependency as mentioned above. And please change your settings.lua
to:
-- Get core's utilities
local utils = require("__AbandonedRuins_updated_fork__/lua/utilities")
-- Adds this ruin set's name to the selection box
utils.register_ruin_set("OldAbandonedSettlements", false)
-- Use true if your ruin-set should be the new default selection.
I guess settings.lua
is supposed to hold all settings value your mod adds to the game, so renaming it to settings-updates.lua
might be the proper name (Factorio's naming-convention).