HomeJavaModsCaelus API
Caelus API
ModsJava

Caelus API

by TheIllusiveC4 · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.4–1.21.5 · NeoForge⬇ Download for 1.21–1.21.1 · NeoForge⬇ Download for 1.20.6 · NeoForge⬇ Download for 1.20.4 · NeoForge⬇ Download for 1.20–1.20.1 · NeoForge⬇ Download for 1.21–1.21.1 · Forge⬇ Download for 1.20.6 · Forge⬇ Download for 1.20.4 · Forge⬇ Download for 1.20.2 · Forge⬇ Download for 1.20–1.20.1 · Forge⬇ Download for 1.19.3–1.19.4 · Forge⬇ Download for 1.19–1.19.2 · Forge⬇ Download for 1.18–1.18.2 · Forge⬇ Download for 1.17.1 · Forge⬇ Download for 1.16.5 · Forge⬇ Download for 1.15.2 · Forge⬇ Download for 1.14.4 · Forge⬇ Download for 1.13.2 · Forge⬇ Download for 1.17.1 · Fabric⬇ Download for 1.16.4–1.16.5 · Fabric
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Caelus is a small utility mod that abstracts the hardcoded vanilla elytra behavior into a more generic elytra flight attribute and exposes this to mod developers seeking to implement elytra flight for their own mods.

All modders have to do is call CaelusApi.getInstance().getFallFlyingAttribute() wherever they want to apply a modifier to the flight attribute. The attribute has a default value of 0, which forbids any elytra flight. Attribute values greater than or equal to 1 will enable elytra flight. The vanilla elytra item has also been changed to use this attribute, keeping its behavior the same as normal.

For more information on how to interact with the attribute, see the Minecraft wiki.

Adding to Your Project:

Add the following to your build.gradle file:

repositories {
    maven {
        name = 'C4's Maven'
        url = "https://maven.theillusivec4.top/"
    }
}

Forge

dependencies {
    runtimeOnly "com.illusivesoulworks.caelus:caelus-forge:${version}"
    compileOnly "com.illusivesoulworks.caelus:caelus-forge:${version}:api"
}

NeoForge

dependencies {
    runtimeOnly "com.illusivesoulworks.caelus:caelus-neoforge:${version}"
    compileOnly "com.illusivesoulworks.caelus:caelus-neoforge:${version}:api"
}

Replace ${version} with the version of Caelus that you want to use.

Support

Please report all bugs, issues, and feature requests to the issue tracker.

For non-technical support and questions, join the developer's Discord.

License

All source code and assets are licensed under LGPL-3.0-or-later.

Donations

Donations to the developer can be sent through Ko-fi.

Affiliates

BisectHosting

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more