Skip to content

Commit

Permalink
Crude oil no longer shows up in the worldgen sliders when making a ne…
Browse files Browse the repository at this point in the history
…w save.
  • Loading branch information
notnotmelon committed Jan 22, 2025
1 parent 6ba19aa commit d9fd631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Date: ?
- Migrated the internal name of the "railway-mk01" technology to "railway". Resolves https://github.com/pyanodon/pybugreports/issues/453
- The vanilla oil refinery is now hidden from factoriopedia.
- The vanilla pumpjack is now hidden from factoriopedia.
- Crude oil no longer shows up in the worldgen sliders when making a new save.
---------------------------------------------------------------------------------------------------
Version: 3.0.12
Date: 2025-1-20
Expand Down
1 change: 1 addition & 0 deletions prototypes/updates/base-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ end

data.raw.planet.nauvis.map_gen_settings.autoplace_controls["crude-oil"] = nil
data.raw.planet.nauvis.map_gen_settings.autoplace_settings.entity.settings["crude-oil"] = nil
data.raw["autoplace-control"]["crude-oil"] = nil

for _, preset in pairs(data.raw["map-gen-presets"]["default"]) do
if preset and preset.basic_settings and preset.basic_settings.autoplace_controls and preset.basic_settings.autoplace_controls["crude-oil"] then
Expand Down

0 comments on commit d9fd631

Please sign in to comment.