IndustrialCraft - Better Logistic Containers (items teleporter)


More settings for logistics chests.. Chests allow items to be teleported to target chests using a paired Signal ID (if set). Items are moved almost instantly to distant chests even from other planets. More in the mod description...

Utilities
9 months ago
2.0
799
Logistics Logistic network Storage Cheats

b Quality Disappears

10 months ago

When you have a somewhat full receiver chest and the passive provider chests attempts to send its contents, all the quality in the passive provider chest becomes default.

10 months ago
(updated 10 months ago)

I fixed it on my own end by adding the quality parameter
inventory.insert({ name = item.name, count = new_count, quality = item.quality })
on the try_move_to_inventory function in control.lua.

10 months ago
(updated 10 months ago)

Thanks. Fixed

New response