Null's K2SO Tweaks


A collection of personal tweaks and patches for Krastorio 2: Spaced Out and other mods.

Tweaks
5 days ago
2.0
7.44K

b [Fixed] Glass compatibility with Arig

a month ago
(updated a month ago)

The patch for Arig to replace its glass with K2's glass misses three of the technology unlocks.

data.raw["technology"]["planetaris-compression"].research_trigger = {
    type = "craft-item",
    item = "glass",
    count = 50
}

data.raw.technology["condensing-agricultural-tower"].research_trigger = {
    type = "craft-item",
    item = "glass",
    count = 25
}
data.raw.technology["planetaris-raw-diamond-production"].research_trigger = {
    type = "craft-item",
    item = "kr-quartz",
    count = 50
}

I am sure you would probably want to just update data.item.replace_all to handle it.

a month ago
(updated a month ago)

Can confirm this bug as the research still points to the old entities. Crafting the intended recipe (the original Arig one) doesn't make progression as it crafts a different item, thus I get locked.

5 days ago

Fixed in 1.21.

New response