Skip to content

Commit

Permalink
Add prerequisite for methane
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Nov 28, 2023
1 parent f140e19 commit 8873eca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SeaBlock/data-updates/misc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ end

-- No natural gas, use methane for manganese pellet smelting
seablock.lib.substingredient("pellet-manganese-smelting", "gas-natural-1", "gas-methane")
bobmods.lib.tech.remove_prerequisite("angels-manganese-smelting-3", "oil-gas-extraction")
bobmods.lib.tech.add_prerequisite("angels-manganese-smelting-3", "gas-processing")

-- Remove steel's prerequiste on Chemical processing 1
bobmods.lib.tech.remove_prerequisite("steel-processing", "chemical-processing-1")
Expand Down

0 comments on commit 8873eca

Please sign in to comment.