This commit is contained in:
Brevven 2021-06-14 23:49:49 -07:00
parent 67c568c4a1
commit 1663a51e7d
5 changed files with 19 additions and 5 deletions

View file

@ -329,3 +329,9 @@ util.add_ingredient("advanced-oil-refinery-rampant-industry", "tungsten-carbide"
-- Endgame Combat
util.replace_ingredient("sulfur-bullet-magazine", "copper-plate", "tungsten-plate")
-- FE+
if util.fe_plus("Machines") then
util.add_ingredient("oil-refinery-mk2", "tungsten-carbide", 1)
end