Skip to content

Commit

Permalink
fix niobium pipe recipe unlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
przemo1232 committed Oct 25, 2024
1 parent dd9f78e commit 5b62de2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prototypes/updates/pyindustry-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ RECIPE {
}:add_unlock("py-asphalt-mk03"):add_ingredient {type = "fluid", name = "flue-gas", amount = 200}:add_ingredient {type = "item", name = "small-parts-01", amount = 10}

data.raw["container"]["py-logo-15tiles"].minable.result = "py-logo-15tiles"
RECIPE("niobium-pipe"):remove_unlock("py-storage-tanks"):add_unlock("niobium")
RECIPE("niobium-pipe-to-ground"):remove_unlock("py-storage-tanks"):add_unlock("niobium")

0 comments on commit 5b62de2

Please sign in to comment.