Omnicompression


Adds compressed items, buildings and recipes that uses compressed items.

Content
3 months ago
0.15 - 1.1
4.68K
Transportation Logistics Storage

g Portable chests compability

6 years ago
(updated 6 years ago)

Can you add compability for these mod:
https://mods.factorio.com/mods/mickael9/portable-chests

when i try to start with it i got an error:
http://i.imgur.com/2cbKWp1.png

Or if error is cause from these mod side can you show when i should to insert these comand:
"Commands for modders:
omni.compression.exclude(recipe): Maakes it so compression will skip over this recipe if the modder feels it is neccisery."?

6 years ago

I'll look into the cause

6 years ago

If you want a quick fix, the place to put it is before data-final-fixes, so data-updates work.

6 years ago

I tried adding lines:
Omni.compression.exclude (wooden-chest):
Omni.compression.exclude (iron-chest):
Omni.compression.exclude (steel-chest):

or Omni.compression.exclude (portable-chests):

At the beginning/end of the file data-final-fixes.lua of portable chests mod and Omnicompression mod, but anyway got an startup error. I'm probably doing something wrong for lack of competence.