xyrc's K2SO Enhancements

by xyrc

Laundry list of tweaks, fixes, and overall enhancements to Krastorio 2 Spaced Out for compatability with other mods, consistency changes, and balancing. Adds sprited tech cards to a lot of mods. Patches vehicles added by other mods to work with K2's equipment system. Patches can be toggled in settings.

Tweaks
5 months ago
2.0
2.97K
Factorio: Space Age Icon Space Age Mod
Transportation Logistics Trains Combat Manufacturing

b Paracelsin's Processing unit from nitric acid uses wrong nitric acid

15 days ago

hello, I've found an incompatibility with K2SO:
all recipes that use nitric acid use kr-nitric-acid which is correct
except for Processing unit from nitric acid, which still uses nitric-acid, making it impossible to craft

15 days ago

btw I hotfixed it like

for _, ingredient in pairs(data.raw["recipe"]["paracelsin-processing-units-from-nitric-acid"].ingredients) do
if ingredient.name == "nitric-acid" then
ingredient.name = "kr-nitric-acid"
end
end

New response