From 7c1201c133c9af7b377b4e7e67fb05919f10f002 Mon Sep 17 00:00:00 2001 From: pla Date: Fri, 31 Oct 2025 15:18:06 +0100 Subject: [PATCH] Fix setting bzgold-silver --- bzgold2/matter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bzgold2/matter.lua b/bzgold2/matter.lua index 827fee0..728e9da 100644 --- a/bzgold2/matter.lua +++ b/bzgold2/matter.lua @@ -15,7 +15,7 @@ if mods["Krastorio2"] then icon = { icon = "__bzgold2__/graphics/icons/gold-ore.png", icon_size = 128, scale = 0.5 }, }) end - if settings["bzgold-silver"].value then + if settings.startup["bzgold-silver"].value then util.k2matter({ k2matter = { material = { type = "item", name = "silver-ore", amount = 8 },