
A library I plan to use to create mods featuring flying mounts. This allows easier creation of mounts based on AbstractHorseEntity with flight controls already created based on creative flight.This is my first library mod so I'd love feedback from other devs on how to adjust it. I fear some it may be messy from my adventures on google trying to get stuff working.
See my demo/test project for an example: https://github.com/Altias/flying-mount-demo-1.21.1
And here's a video showing that demo:
You can add this as a dependancy through my GitHub package. You will need to add this to your build.gradle under repositories:
maven { url = uri("https://maven.pkg.github.com/Altias/flying-mount-library") credentials { username = project.findProperty("gpr.user") ?: System.getenv("GITHUB_ACTOR") password = project.findProperty("gpr.token") ?: System.getenv("GITHUB_TOKEN") } }
You will need to set up your own github credientials.
And then add this line in your depenencies:
modImplementation "net.altias:flying-mount-library:1.0.0"
Or you can just download the jar and use that as a dependancy.
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21.1, 1.21.2, 1.21.3
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as flying-mount-library-1.0.0.jar — drop this file into the mods folder
- Download size: 22 KB
- Download link checked 22 Aug 2026 — working
These come from our own check of the pack file, not from the source page.