Minecraft No More Underwater Dismount mod 2026 download
logo
minecraft mod No More Underwater Dismount

No More Underwater Dismount

Game Version: 1.19.3
Total Downloads: 480
Updated: Dec 9, 2022
Created: Nov 15, 2022
Download No More Underwater DismountDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
1.19.3-fabric release 232.49 KB Dec 9, 2022 1.19.3 1 download No More Underwater Dismount 1.19.3-fabric releaseDownload
NoMoreUnderwaterDismount-1.19.2-fabric.jar release 232.48 KB Nov 26, 2022 1.19.2 390 download No More Underwater Dismount NoMoreUnderwaterDismount-1.19.2-fabric.jar releaseDownload
1.19.2 and 1.19.3 -forge release 231.39 KB Nov 26, 2022 1.19.3 50 download No More Underwater Dismount 1.19.2 and 1.19.3 -forge releaseDownload
NoMoreUnderwaterDismount-1.0-FABRIC.jar release 232.48 KB Nov 15, 2022 1.18.2 16 download No More Underwater Dismount NoMoreUnderwaterDismount-1.0-FABRIC.jar releaseDownload
no-more-underwater-dismount-1.0.jar release 231.39 KB Nov 15, 2022 1.18.2 23 download No More Underwater Dismount no-more-underwater-dismount-1.0.jar releaseDownload

Description

Share this:

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?

 

 

Comments

Add a comment