Hi there! I found a ghost crash that occurs when I add a blueprint with an item that is a ghost entity. I use the Ghost on Water mod (which is good for planets, but especially used in the SE community for placing space blueprints), and when has an entity that requires landfill/space scaffold underneath. This is causing a crash whenever I add items with a ghost underneath it. The crash I receive is as follows:
The mod Blueprint reader combinator (1.0.3) caused a non-recoverable error.
Please report this error to the mod author.
Error while running event blueprint_reader::on_tick (ID 0)
Index out of bounds: 101
stack traceback:
[C]: in function 'newindex'
__blueprint_reader/script/combinator.lua:108: in function 'update'
blueprint_reader/script/combinator.lua:86: in function 'on_tick'
blueprint_reader/control.lua:72: in function <blueprint_reader/control.lua:71>
I'm trying to see if there are workarounds but just wanted to let you know. Thanks!