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
3 months ago
2.0
580
Logistics Logistic network Storage Cheats

b Quality Disappears

3 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.

3 months ago
(updated 3 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.

3 months ago
(updated 3 months ago)

Thanks. Fixed

New response