Can't Build and I Don't Know Why
Posted: Mon May 14, 2018 6:14 pm
Hi everyone,
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:
And it only returned the express belt and the player - there's no entity in those squares but it won't let me place anything?
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
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