Autobuild

by therax

Autobuild allows your character to automatically build, deconstruct, and upgrade nearby ghosts. A more efficient alternative to mods like Bluebuild.

Utilities
8 months ago
0.17 - 2.0
24.3K

b 2.1 fix

a month ago

I tried manually overriding to get this working in 2.1 experimental and there is an error when upgrading underground belts related to this code in control.lua

if entity.type == "underground-belt" and entity.neighbours then

Seems this was renamed in 2.1, it's now entity.underground_belt_neighbour.

a month ago

Thanks for the hint.

Unfortunately, I'm currently not doing anything related to factorio in the next weeks.

a month ago

No worries, I got it working by making the change myself to my local copy, just wanted to save you the debugging time as and when you get around to updating the mod. Other than that it seems to be compatible with 2.1 as is.

a month ago

Actually I see it's on github, I'll submit a PR.

New response