forked from cacklingfiend/bzgold2
Fix setting bzgold-silver
This commit is contained in:
parent
4b691d654c
commit
7c1201c133
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ if mods["Krastorio2"] then
|
||||||
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
|
if settings.startup["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 },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue