Oil Patch Organizer


Organizes oil and other patches into a grid.

Utilities
2 years ago
1.1
1.04K

i K2 support for mineral water ?

1 year, 10 months ago

Can you support mineral water in K2 ?

2 months ago
(updated 2 months ago)

Bit late but if anyone else needs this you can add it on your own fairly easily. Unzip the mod in your mods folder, then you can remove the zip file (a folder should exist in the same position with the same name now). In there you can edit data-final-fixes.lua . There are three lines to specifically add fissures from Angel's mods. YOu can add support for mineral water the same way, just copy those three lines and replace angels-fissure with mineral-water, so the code should look like this:

-- Add Angel's Fissure
if data.raw["resource"]["angels-fissure"] then
resource_entities[#resource_entities + 1] = "angels-fissure"
end

if data.raw["resource"]["mineral-water"] then
resource_entities[#resource_entities + 1] = "mineral-water"
end

Then save and restart factorio.

20 days ago

Thanks Damien, very clear managed to do it now and reorg my SEK2 mineral water patches as well as the oil.

New response