Page 1 of 1

Restricting entities to water tiles

Posted: Thu Sep 11, 2025 8:47 pm
by ValhallaHawk
Hi engineers,

Sorry if this is a silly question, I'm working on my first mod so I'm still getting familiar with everything.

I'm trying to create an entity that's exclusively placed on water tiles. I tried using collision_mask but it hasn't worked and I suspect that's not the solution. Anyone know if it's possible to do this? Thanks!

Re: Restricting entities to water tiles

Posted: Fri Sep 12, 2025 7:08 pm
by Natha
Collision mask is the way to go, what did you do so far?