Oxygen Not Included

Oxygen Not Included

Simpler Pip Plant Rule (Vanilla/DLC)
TC-1000 15 Jun, 2024 @ 1:02pm
ILMerge PLib
I recently learned myself the trouble with not merging PLib into your project. The game will use the first instance found. Your mod uses an old version of PLib (which is fine for this mod). When this version is picked up before other unmerged PLib used by other mods, say a test mod that isn't using ILMerge yet, or my case an older (yet more current than this mod) mod, it can cause a crash.

A solution for active modders is to just always merge our own PLibs. Since I (thanx Sgt Imalas for the heads up) finally solved the problem with one of my own mods that was caused by the outdated PLib in this mod, I keep bumping into this problem with this mod during testing.

Just for one modders convenience would it be possible to update and Merge your PLib?