Fixing K2 matter stuff #1

Merged
cacklingfiend merged 6 commits from pla/bzgold2:pla1 into main 2025-11-01 13:01:21 +01:00
Showing only changes of commit 4b691d654c - Show all commits

View file

@ -12,10 +12,10 @@ if mods["Krastorio2"] then
needs_stabilizer = false, needs_stabilizer = false,
unlocked_by = "gold-matter-processing", unlocked_by = "gold-matter-processing",
}, },
icon = {icon = "__bzgold2__/graphics/icons/gold-ore.png", icon_size = 128, scale = 0.5} icon = { icon = "__bzgold2__/graphics/icons/gold-ore.png", icon_size = 128, scale = 0.5 },
}) })
end end
if settings["bzgold-silver"].value then
util.k2matter({ util.k2matter({
k2matter = { k2matter = {
material = { type = "item", name = "silver-ore", amount = 8 }, material = { type = "item", name = "silver-ore", amount = 8 },
@ -25,6 +25,7 @@ if mods["Krastorio2"] then
needs_stabilizer = false, needs_stabilizer = false,
unlocked_by = "silver-matter-processing", unlocked_by = "silver-matter-processing",
}, },
icon = {icon = "__bzgold2__/graphics/icons/silver-ore.png", icon_size = 128, scale = 0.5} icon = { icon = "__bzgold2__/graphics/icons/silver-ore.png", icon_size = 128, scale = 0.5 },
}) })
end
end end