promotional bannermobile promotional banner

No More Underwater Dismount

Removes the annoyance that is being dismounted from a horse when entering a river

Discord 

 

This very tiny mod disables underwater dismount on most animals (Doesn't work on boats.)

 

 

FAQ:

Q: The animals and I still drown?

A: That is because this mod doesn't remove drowning

Q: Can I have the source for the mod?

A: The entire code for the mod is small but it took a bit of time to find what I needed for it to work, here it is:

@Mixin(LivingEntity.class)
public class MixinLivingEntity {
    @Overwrite
    public boolean rideableUnderWater() {
        return true;
    }
}

 

Q: Why does this not work with boats?

A: Because it doesn't.

Q: This mod is small, why not include it in some bigger tweaking mod?

A: That would require creating more tweaks and I don't actually have any other ideas for small tweak I would need yet.

Q: Does it integrate with other mods?

A: Maybe, I only tested it with Dragon Mounts: Legacy and it worked well enough.

Q: Is it incompatible with other mods?

A: Likely not.

Q: Please port it to [Mod loader] [version]

A: You can do it yourself if you really need to, however I will port it if a bunch of people ask me. (And it takes less than 5 minutes to get mixins working, so I am probably not porting it to 1.8)

Q: I found a bug in the mod.

A: The what now?

 

 

The No More Underwater Dismount Team

profile avatar
  • 35
    Followers
  • 11
    Projects
  • 23.1M
    Downloads

More from nullBladeView all

  • Create: New Age project image

    Create: New Age

    • 22.5M
    • Mods

    Create: New Age is an addon for the Create mod that adds integration with electricity.

    • 22.5M
    • January 13, 2026
    • Mods
    • +2
  • Rail World project image

    Rail World

    • 629
    • Mods

    A mod partially inspired by Factorio's rail world, adding infinite ore veins which infinitely spawn ore.

    • 629
    • November 9, 2023
    • Mods
  • Dimensional Item Cannons project image

    Dimensional Item Cannons

    • 11.6K
    • Mods

    When moving items in 3 dimensions isn't enough.

    • 11.6K
    • October 7, 2023
    • Mods
    • +2
  • Color Swapper project image

    Color Swapper

    • 111
    • Mods

    Changes colors of blocks and armor so you can choose how your team looks

    • 111
    • July 23, 2023
    • Mods
  • Create: New Age project image

    Create: New Age

    • 22.5M
    • Mods

    Create: New Age is an addon for the Create mod that adds integration with electricity.

    • 22.5M
    • January 13, 2026
    • Mods
    • +2
  • Rail World project image

    Rail World

    • 629
    • Mods

    A mod partially inspired by Factorio's rail world, adding infinite ore veins which infinitely spawn ore.

    • 629
    • November 9, 2023
    • Mods
  • Dimensional Item Cannons project image

    Dimensional Item Cannons

    • 11.6K
    • Mods

    When moving items in 3 dimensions isn't enough.

    • 11.6K
    • October 7, 2023
    • Mods
    • +2
  • Color Swapper project image

    Color Swapper

    • 111
    • Mods

    Changes colors of blocks and armor so you can choose how your team looks

    • 111
    • July 23, 2023
    • Mods