This commit is contained in:
Brevven 2022-01-31 02:51:29 -08:00
parent 1869493067
commit 398a5b473a
3 changed files with 9 additions and 2 deletions

View file

@ -11,6 +11,8 @@ if util.me.cermet_lds() then
if mods.bztitanium then
util.remove_ingredient("low-density-structure", "copper-plate")
elseif mods.bzaluminum then
-- do nothing, aluminum already added alloy
elseif mods.Krastorio2 then
util.set_ingredient("low-density-structure", "copper-plate", 5)
else