libmmo icon indicating copy to clipboard operation
libmmo copied to clipboard

Prevent players from swimming up waterfalls

Open mworzala opened this issue 1 year ago • 0 comments

We need to determine if this is possible to do while still maintaining a good user experience. The ask is to prevent players from climbing a waterfall because there is desire to put a cave + parkour challenge there, but swimming up the waterfall defeats the purpose of the parkour.

There were two methods to do this surfaced:

  • Give the player a negative velocity while inside downwards flowing water enough that they cannot swim up
  • Negative velocity + 3 hunger to prevent swimming. This can be accomplished in vanilla with a bubble column.
    • Potentially instead of setting 3 hunger we can prevent swimming some other way

mworzala avatar Sep 15 '22 03:09 mworzala