k2 spaced out

This commit is contained in:
Brevven 2025-05-03 15:16:40 -07:00
parent 41e353a9c0
commit 64e991bbe0
6 changed files with 27 additions and 13 deletions

View file

@ -37,12 +37,12 @@ if not mods.bztungsten then
util.remove_ingredient("lightning-turret", "tungsten")
util.remove_prerequisite("lightning-turrets", "tungsten-processing")
if mods.Krastorio2 then
if util.k2() then
util.remove_raw("recipe", "kr-vc-tungsten")
end
end
if mods.Krastorio2 then
if util.k2() then
-- remove K2 recipes that are created when our dummy items are detected
util.remove_raw("recipe", "kr-vc-cobalt-steel")
util.remove_raw("recipe", "kr-vc-nickel")