I am trying to build a belt (well, anything really, since buildings don't work either) and everyone works except for the 2 spaces in the screenshot in the middle of the belts (the obvious missing chunks). The cursor shows red (as if there is an obstacle there), but when I mouse over the spot, nothing is selected. I took it a step further and ran the following script where the player is currently standing:
Code: Select all
/c for _, entity in ipairs(game.player.surface.find_entities_filtered{ area={{game.player.position.x-7, game.player.position.y-7}, {game.player.position.x+7, game.player.position.y+7}}}) do game.player.print(entity.name) end
What am I missing here? I'd love to know what these things are (can see something on the picture) and even better, how to get rid of them. I haven't seen anything like this before. Any help is very appreciated.
PS. I'm running version 0.16.43 (is that the problem?)
Ix