Boxing 2


Pack items into boxes to store more of them.

Content
3 years ago
0.13 - 1.1
240
Storage

g Does not have Angel's Ores.

7 years ago

Title, can this be fixed?

7 years ago

Would you mind listing the specific mods you want added? I don't use Angel's ores myself, but it looks like it interacts with several other mods you might be using as well.

7 years ago

will you ever add angels ores compatibility?

7 years ago

I second the request for Angel's, as the ammount of ores I'm ferrying about is insane - not being able to box them is really a weak spot in my factory. I have around 190k boxes in my logistics network, about 2/3 of them full of product, and about 21mill ores. These would compress down to 100k boxes, much easier to deal with :O)

4 years ago

Bringing the thread back to live.

i fixed sort of these things in my local copy of the mod, since angel decided to have tons of subgroups it is quite some work to get all relevant subgroups from the source.

here is my addition to config.lua to recognize angel refine in general and maybe some other mods
["angels-aluminium"] = true,
["angels-aluminium-casting"] = true,
["angels-chrome"] = true,
["angels-chrome-casting"] = true,
["angels-cobalt"] = true,
["angels-cobalt-casting"] = true,
["angels-copper"] = true,
["angels-copper-casting"] = true,
["angels-glass"] = true,
["angels-gold"] = true,
["angels-gold-casting"] = true,
["angels-iron"] = true,
["angels-iron-casting"] = true,
["angels-lead"] = true,
["angels-lead-casting"] = true,
["angels-manganese"] = true,
["angels-manganese-casting"] = true,
["angels-mold-casting"] = true,
["angels-nickel"] = true,
["angels-nickel-casting"] = true,
["angels-ores"] = true,
["angels-platinum"] = true,
["angels-platinum-casting"] = true,
["angels-silicon"] = true,
["angels-silicon-casting"] = true,
["angels-silver"] = true,
["angels-silver-casting"] = true,
["angels-solder-casting"] = true,
["angels-steel-casting"] = true,
["angels-stone"] = true,
["angels-tin"] = true,
["angels-tin-casting"] = true,
["angels-titanium"] = true,
["angels-titanium-casting"] = true,
["angels-tungsten"] = true,
["angels-tungsten-casting"] = true,
["angels-zinc"] = true,
["angels-zinc-casting"] = true,
["geode-processing-1"] = true,
["slag-processing-1"] = true,
["ore-processing-t0"] = true,
["processing-crafting"] = true,
["ore-processing-a"] = true,
["ore-processing-b"] = true,
["ore-processing-c"] = true,
["ore-processing-d"] = true,

4 years ago

Hi,
Please add
["petrochem-raw"] = true,
as well. It allows the boxing of coke-pellets or charcoal-pellets under seablock.
forms part of angels petrochem
angelspetrochem_0.8.6.zip\angelspetrochem_0.8.6\prototypes\items\petrochem-solids.lua
All the solids in that items folder uses this. Strange that he did not add the angels pre.

4 years ago

["farming-gardens"] = true,
["farming-temperate"] = true,
["farming-desert"] = true,
["farming-swamp"] = true,

New response