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

i Mod setting for default digitizing chest decraft option

19 days ago

Currently, digitizing chest are always set to enable decraft regardless of if it was a blueprint with decraft disabled. Although copy configuration works properly. This appears to be the result of add tracked entity setting decraft to true by default.

I think an option in startup that sets the default in_take_limit and decraft option for all new chests would be helpful, since I use circuit to track the number of crafted building in inventory. (namely the ones with productivity bonus, ie, foundry)

in tracking_utils.lua, in function tracking.add_tracked_entity(request_data): line 284, 285
entity_data.settings.intake_limit = storage.options.default_intake_limit
entity_data.settings.decraft = true

19 days ago

Updated. Setting the intake limit will now set current decraft toggle as default as well. Also, added a way to change it via circuits in case it could be useful.

New response