starting water in the way
-
- Inserter
- Posts: 28
- Joined: Wed Feb 04, 2015 12:07 pm
- Contact:
starting water in the way
I have a mod that creates some entities on load near the player. Problem is every now and then these entities load in water, where you are unable to reach them. Is there some way to push starting water further away from 0,0 location ?
Re: starting water in the way
Might be easier if you use game.findnoncollidingposition() instead of hardcoded positions
-
- Inserter
- Posts: 28
- Joined: Wed Feb 04, 2015 12:07 pm
- Contact:
Re: starting water in the way
thank you so much exactly what i needed.