Skip to content

TheIllusiveC4/Caelus

1.20.4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 19, 2023 03:53
December 19, 2023 03:53
December 19, 2023 03:53
December 19, 2023 04:08
December 19, 2023 03:53
December 19, 2023 04:08
December 19, 2023 03:53
December 19, 2023 03:53
December 19, 2023 04:08
December 19, 2023 04:08
December 19, 2023 03:53
December 19, 2023 03:53
December 19, 2023 03:53
December 19, 2023 03:53
December 19, 2023 03:53
September 23, 2021 20:22
December 19, 2023 03:53
December 19, 2023 03:53
December 19, 2023 03:53

Caelus API

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().getFlightAttribute() 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.

Adding to Your Project:

Forge

Add the following to your build.gradle file:

repositories {
    maven {
        url = "https://maven.theillusivec4.top"
    }
}

dependencies {
    compile fg.deobf("top.theillusivec4.caelus:caelus-forge:${version}")
}

Fabric

Add the following to your build.gradle file:

repositories {
    maven {
        url = "https://maven.theillusivec4.top"
    }
}

dependencies {
    modImplementation "top.theillusivec4.caelus:caelus-fabric:${version}"
}

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

Downloads

CurseForge

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

About

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

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
LGPL-3.0
COPYING.LESSER

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages