ThreeTAG / Palladium

GNU General Public License v3.0
14 stars 11 forks source link

On_Ground Condition Being Weird Under Water #95

Open jaijorlon opened 1 year ago

jaijorlon commented 1 year ago

So when you're underwater, the on_ground condition does the opposite of itself, so if you were trying to detect you being on the ocean floor, it would think you're not, and vice versa if you put a not condition around it

ThePhantomPig791 commented 1 year ago

a temporary fix could be using a command condition to check if there's a block under you

jaijorlon commented 1 year ago

Yeah, that's probably what I'll do