Started by
Ali107
on
Topic category: Advanced modding
I want the player to get fall damage, if the player has jumped from a high altitude into water if the water is 1 block or less deep?
Topic category: Advanced modding
I want the player to get fall damage, if the player has jumped from a high altitude into water if the water is 1 block or less deep?
When player tick update:
and if block at (x) (y-1) (z) is water,it is two or more blocks deep,don't deal damage