https://i.imgur.com/Mi3FHtc.jpeg
Most of the blue stuff on the map isn't actually there, it's open ground. Someone in the discord said I should run this command while standing on the blue spots
/c
local player = game.player
local ents = player.surface.find_entities_filtered {
position = player.position,
radius = 5
}
for _,ent in pairs(ents) do
game.print(ent.name)
end
and this is what came up
https://i.imgur.com/37QVUnN.jpg
They would appear when I build any item like belts, but it seemed random and wouldn't always leave a blue spot. I was using bots but I didn't have bots researched, dunno if that matters. Also I was using Speedybot Start if that matters.