Lazy Builder

by Morgott

Another mod for auto-construction/upgrade of ghost structures and auto-dismantling of objects, but as non-cheaty as possible.

Utilities
a month ago
2.0
3.83K
Blueprints Cheats

g [WIP]Incompatible with Bob's Inserters?

a month ago

The mod Lazy Builder (1.1.1) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event auto-build-and-deconstruct::on_tick (ID 0)
Unknown item name: bob-red-inserter
stack traceback:
[C]: in function 'insert'
auto-build-and-deconstruct/control.lua:18: in function 'give_item_to_player'
auto-build-and-deconstruct/control.lua:498: in function <auto-build-and-deconstruct/control.lua:473>
(...tail calls...)
auto-build-and-deconstruct/control.lua:584: in function 'process_all'
auto-build-and-deconstruct/control.lua:599: in function 'scan'
auto-build-and-deconstruct/control.lua:632: in function <auto-build-and-deconstruct/control.lua:629>

a month ago

Hi TriggerBill, thanks for the report - and no, it's not actually incompatible, it was a bug on my side.

When you upgraded an inserter, the mod tried to return the old inserter item to your inventory, but it used the entity's name as the item name. That works in vanilla, but Bob's entities have different names than their items - for example the bob-red-inserter entity is actually placed by the long-handed-inserter item - so the game couldn't find an item called bob-red-inserter and crashed.

Fixed in version 1.1.2: the mod now looks up the correct item from the game's prototype data instead of assuming the names match, so it works fine with Bob's (and other overhaul mods) now. Please update and let me know if anything's still off. Thanks for your patience!

New response