Apparently when the player attempts to place an entity ghost that requires concrete below it on Aquilo, the last type of concrete the player used is used for the new ghost. I'd like access to this value, so that my mod which places ghosts can replicate the vanilla behavior.
Also it doesn't work at all if the player hasn't placed concrete there yet, and there are also some other similar triggers for ice platforms that I haven't nailed down. If those flags were exposed that would also be helpful.
Last placed concrete tile
Re: Last placed concrete tile
Bump. After a long adventure through many layers of problems trying to get https://mods.factorio.com/mod/automatic ... connectors working using build_from_cursor instead of create_entity, I'm giving up and going back to the drawing board on using create_entity, and that means I need to figure out when and which concrete tile to place under new ghosts on Aquilo.
Re: Last placed concrete tile
I've added LuaSurface get_default_cover_tile() and set_default_cover_tile() for the next release.
If you want to get ahold of me I'm almost always on Discord.