Skip to content

Commit

Permalink
Deleted the graphics for vanilla pumpjack and vanilla oil refinery in…
Browse files Browse the repository at this point in the history
… order to save VRAM.
  • Loading branch information
notnotmelon committed Jan 22, 2025
1 parent d9fd631 commit 2061535
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Date: ?
- 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.
- Deleted the graphics for vanilla pumpjack and vanilla oil refinery in order to save VRAM.
---------------------------------------------------------------------------------------------------
Version: 3.0.12
Date: 2025-1-20
Expand Down
4 changes: 4 additions & 0 deletions prototypes/updates/base-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ TECHNOLOGY("excavation-3"):add_pack("military-science-pack"):add_pack("utility-s

data.raw.item["oil-refinery"].hidden = true
data.raw.item["pumpjack"].hidden = true
data.raw["assembling-machine"]["oil-refinery"].hidden = true
data.raw["assembling-machine"]["oil-refinery"].graphics_set = nil
data.raw["mining-drill"]["pumpjack"].hidden = true
data.raw["mining-drill"]["pumpjack"].graphics_set = nil
TECHNOLOGY("oil-processing"):remove_pack("chemical-science-pack")

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

0 comments on commit 2061535

Please sign in to comment.