Skip to content

Commit

Permalink
The vanilla pumpjack is now hidden from factoriopedia.
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 22, 2025
1 parent 52009e0 commit 6ba19aa
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 @@ -5,6 +5,7 @@ Date: ?
- Migrated the internal name of the "vacuum-tube-electronics" technology to "electronics". Resolves https://github.com/pyanodon/pybugreports/issues/453
- 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.
---------------------------------------------------------------------------------------------------
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 @@ -17,6 +17,7 @@ TECHNOLOGY("excavation-2"):add_pack("production-science-pack")
TECHNOLOGY("excavation-3"):add_pack("military-science-pack"):add_pack("utility-science-pack"):add_pack("space-science-pack")

data.raw.item["oil-refinery"].hidden = true
data.raw.item["pumpjack"].hidden = true
TECHNOLOGY("oil-processing"):remove_pack("chemical-science-pack")

data.raw["rocket-silo"]["rocket-silo"].rocket_parts_required = 15
Expand Down

0 comments on commit 6ba19aa

Please sign in to comment.