Quantum Fabricator

by Tename

Makes construction bots and malls mostly obsolete by automatically crafting and building ghosts for you. Will handle most things construction bots are doing, like deconstruction, upgrades, placing/removing tiles, inserting modules and repairs.

Utilities
10 days ago
2.0
4.76K
Logistics Manufacturing Storage Cheats

b instant_defabrication duplicate item in linked chest

29 days ago

When a linked chest is deconstructed by the mod, other linked chest linked with this chest will keep their inventory, and a copy of the content will be uploaded to the storage. Note similar issue likely also happen to linked belts.

my current implantation is to not process the inventory of linked-container prototype type. Since most linked-chest mods allows setting linked-id, items under linked-chest id should never be lost.

in debuilder.lua, in process_inventory(entity, player_inventory, surface_index)
if inventory and not inventory.is_empty() and entity.type ~= 'linked-container' then

28 days ago

Fixed.

New response