Page 1 of 1

starting water in the way

Posted: Wed Feb 04, 2015 12:10 pm
by Justin Festa
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

Posted: Wed Feb 04, 2015 12:16 pm
by Choumiko
Might be easier if you use game.findnoncollidingposition() instead of hardcoded positions

Re: starting water in the way

Posted: Wed Feb 04, 2015 12:18 pm
by Justin Festa
thank you so much exactly what i needed.