Caelus API

Caelus API

v8.0.1+1.21.4
Modrinth 297 followers 7 440 776 downloads
Sign in

A coremod and API to provide developers access to elytra flight mechanics through an entity attribute.

Product

About

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

Preview

Product images

Environment

Requirements & compatibility

Compatibility & requirements

FabricForgeNeoforge1.13.21.14.41.15.21.16.4 – 1.16.51.17.1 – 1.20.21.20.41.20.6 – 1.21.11.21.4 – 1.21.5

Local host

Required

Hosting on services

Required

Terms

License

Terms for using, modifying and redistributing this product.

GNU Lesser General Public License v3.0 or laterModrinth
Release

Latest release

v8.0.1+1.21.4

23.07.2025 · Modrinth

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Prior to version 3.1.0, this project used Forge Recommended Versioning.

This is a copy of the changelog for the most recent version. For the full version history, go here.

...