Skip to content

K2update#20

Open
pla wants to merge 2 commits intobrevven:masterfrom
pla:k2update
Open

K2update#20
pla wants to merge 2 commits intobrevven:masterfrom
pla:k2update

Conversation

@pla
Copy link

@pla pla commented May 4, 2025

K2 renames for recipes.
F2.0 upgrades.

deadlock.add_stack("optical-fiber", "__bzsilicon__/graphics/icons/stacked/optical-fiber-stacked.png" , "deadlock-stacking-2", 64)
if not mods["Krastorio2"] then
deadlock.add_stack("silicon", "__bzsilicon__/graphics/icons/stacked/silicon-stacked.png" , "deadlock-stacking-2", 64)
deadlock.add_stack("kr-silicon", "__bzsilicon__/graphics/icons/stacked/silicon-stacked.png" , "deadlock-stacking-2", 64)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this right? It seems to be changing it to using kr-silicon when Krastorio2 is not being used.

deadlock_crating.add_crate("optical-fiber", "deadlock-crating-2")
if not mods["Krastorio2"] then
deadlock_crating.add_crate("silicon", "deadlock-crating-2")
deadlock_crating.add_crate("kr-silicon", "deadlock-crating-2")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here: using a k2 item when k2 is not being used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants