No More Underwater dismount
⚪ Last updated 2022⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.2% endorsement rate
- 🏆 #34 of 892 fabric mods in this game by downloads
📋 About This Mod
This very tiny mod disables underwater dismount on most animals (Doesn't work on boats.)
Q: The animals and I still drown? A: That is because this mod doesn't remove drowning
Q: Does the server needs to have this mod? A: Yes.
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:
code
@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 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?
📊 Mod Details
- Game
- Minecraft Mods
- Author
- nullBlade
- Version
- 1.0
- Downloads
- 1,576
- Endorsements
- 3
- Category
- fabric
- Created
- 11/19/2022
- Updated
- 12/9/2022
- Game Versions
- 1.19.3
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does No More Underwater dismount support?
The author lists 1.19.3. Other versions may work but are untested by the author.
What is the latest version of No More Underwater dismount?
Version 1.0, published 2022-12-09 with 1,576 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await