Why Caelus API is a top-tier mod mod for Minecraft 1.21.5
A coremod and API to provide developers access to elytra flight mechanics through an entity attribute.
โ๏ธ Quick Resource Specs
| Mod Creator | TheIllusiveC4 |
| Latest Version | 1.21.5 |
| Supported Game Versions | 1.21.5, 1.21.4, 1.21.1, 1.21, 1.15.2 |
| File Size | 43.39 KB |
| Last Updated | |
| Total Downloads | 154,706,841 downloads |
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
The Ultimate Guide to Caelus API
If you are exploring the vast world of Minecraft modifications, Caelus API by TheIllusiveC4 is a standout mod that deserves your attention. With over 154,706,841 downloads, it has become a staple for players looking to enhance their experience. As the creator describes it, this project is "A coremod and API to provide developers access to elytra flight mechanics through an entity attribute.". Whether you are a veteran builder constructing massive cities, or simply a casual player looking to upgrade your survival world, this guide will provide you with all the essential details on how Caelus API alters the game.
What Makes It Special?
Unlike standard mods that simply alter superficial elements, Caelus API introduces a wide array of visual and mechanical features designed to seamlessly blend into the vanilla aesthetic. TheIllusiveC4 has clearly spent significant time refining the project to ensure that every aspect feels polished and responsive for version 1.21.5.
Installation Guide
Getting Caelus API up and running is straightforward. Follow these step-by-step instructions:
- Verify Your Version: Ensure your Minecraft launcher is set to version 1.21.5.
- Install Mod Loader (if required): If this is a mod, download the compatible loader (Forge, Fabric, NeoForge).
- Download the File: Click the secure download button above to retrieve the official file from CurseForge.
- Move the File: Place the downloaded file into your `mods`, `shaderpacks`, or `resourcepacks` folder depending on the mod type.
- Launch and Enjoy: Open Minecraft, navigate to the respective settings menu, and activate Caelus API.
Compatibility & Performance
Compatibility is robust. Caelus API is designed specifically for version 1.21.5, taking full advantage of the latest engine optimizations. During typical gameplay, this addition maintains a stable frame rate, though lower-end laptops might experience slight stuttering. We recommend pairing this with performance boosters like Sodium or Iris to guarantee a silky-smooth experience.
