Underground Indicators, Fixed


Shows indicators to help you know where to place underground belts and pipes. Fixes an issue with ghost pipes present in the old version

Utilities
a month ago
1.1
169
Logistics

b Error in conjunction with Autobuild

a month ago

Hey, somebody reported an error in conjunction with autobuild mod, which i maintain.

https://mods.factorio.com/mod/autobuild/discussion/660895d10b943cdf6758a1d5

I looks to me, that it doesn't handle a possible nil-access to the partner property of an entity under some conditions.

a month ago

Hm. Ill need to check. There seem to be quite a few edge cases like that.
I plan on doing a ground up rebuild eventually so it should catch any other cases.

a month ago

On second thought, do you call on_script_built when constructing entities? That might be the issue.

a month ago
(updated a month ago)

When constructing entities, I call this:

local items, entity, request_proxy = ghost.revive{
return_item_request_proxy = true,
raise_revive = true,
}

This triggers the script_raised_revive event

a month ago

Fixed

New response