
Caelus API
A coremod and API to provide developers access to elytra flight mechanics through an entity attribute.
Обновлён 23 июля 2025 г. · опубликован 3 февраля 2023 г.
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
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 8.0.1+1.21.4 | Релиз | 1.21.4, 1.21.5 | neoforge | 23 июля 2025 г. | .jar (40 КБ) |
| 8.0.0+1.21.4 | Релиз | 1.21.4, 1.21.5 | neoforge | 21 июня 2025 г. | .jar (40 КБ) |
| 7.0.1+1.21.1 | Релиз | 1.21, 1.21.1 | neoforge | 5 сентября 2024 г. | .jar (49 КБ) |
| 7.0.1+1.21.1 | Релиз | 1.21, 1.21.1 | forge | 5 сентября 2024 г. | .jar (49 КБ) |
| 7.0.0+1.21 | Релиз | 1.21 | neoforge | 19 июня 2024 г. | .jar (49 КБ) |
| 7.0.0+1.21 | Релиз | 1.21 | forge | 19 июня 2024 г. | .jar (49 КБ) |
| 6.0.0+1.20.6 | Релиз | 1.20.6 | neoforge | 7 мая 2024 г. | .jar (48 КБ) |
| 6.0.0+1.20.6 | Релиз | 1.20.6 | forge | 7 мая 2024 г. | .jar (48 КБ) |
| 5.1.0+1.20.4 | Релиз | 1.20.4 | neoforge | 22 апреля 2024 г. | .jar (50 КБ) |
| 5.1.0+1.20.4 | Релиз | 1.20.4 | forge | 22 апреля 2024 г. | .jar (50 КБ) |
| 3.2.0+1.20.1 | Релиз | 1.20, 1.20.1 | forge, neoforge | 22 апреля 2024 г. | .jar (39 КБ) |
| 5.0.1+1.20.4 | Релиз | 1.20.4 | neoforge | 5 марта 2024 г. | .jar (48 КБ) |
| 5.0.1+1.20.4 | Релиз | 1.20.4 | forge | 5 марта 2024 г. | .jar (48 КБ) |
| 5.0.0+1.20.4 | Релиз | 1.20.4 | neoforge | 19 декабря 2023 г. | .jar (47 КБ) |
| 5.0.0+1.20.4 | Релиз | 1.20.4 | forge | 19 декабря 2023 г. | .jar (48 КБ) |
Показаны последние 15 из 30 версий. Все версии — на Modrinth.
Ченджлог
8.0.1+1.21.4Релиз1.21.4, 1.21.5 · 23 июля 2025 г.
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.
[8.0.1+1.21.4] - 2025.07.22
Fixed
- Fixed glider damage hooks causing helmets to erroneously lose durability during flight
8.0.0+1.21.4Релиз1.21.4, 1.21.5 · 21 июня 2025 г.
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.
[8.0.0+1.21.4] - 2025.06.18
Added
- [API] Added
GlidingDamageEvent - Added compatibility with any item that has the
minecraft:gliderdata component
Changed
- [API] Changed
RenderCapeEventto usePlayerRenderStateinstead ofPlayerdue to vanilla changes to rendering
7.0.1+1.21.1Релиз1.21, 1.21.1 · 5 сентября 2024 г.
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.
[7.0.1+1.21.1] - 2024.09.05
Added
- Added
es_cllocalization #41
Changed
- Updated to Minecraft 1.21.1
7.0.1+1.21.1Релиз1.21, 1.21.1 · 5 сентября 2024 г.
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.
[7.0.1+1.21.1] - 2024.09.05
Added
- Added
es_cllocalization #41
Changed
- Updated to Minecraft 1.21.1
7.0.0+1.21Релиз1.21 · 19 июня 2024 г.
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.
[7.0.0+1.21] - 2024.06.18
Added
- [API] Added
CaelusApi#canFallFly(LivingEntity, boolean)
Changed
- [API] Moved package from
top.theillusivec4tocom.illusivesoulworks - [API] Renamed
CuriosApi#getFlightAttributetoCuriosApi#getFallFlyingAttribute
7.0.0+1.21Релиз1.21 · 19 июня 2024 г.
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.
[7.0.0+1.21] - 2024.06.18
Added
- [API] Added
CaelusApi#canFallFly(LivingEntity, boolean)
Changed
- [API] Moved package from
top.theillusivec4tocom.illusivesoulworks - [API] Renamed
CuriosApi#getFlightAttributetoCuriosApi#getFallFlyingAttribute
6.0.0+1.20.6Релиз1.20.6 · 7 мая 2024 г.
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.
[6.0.0+1.20.6] - 2024.05.06
Changed
- [API] Changed return of
CaelusApi#getFlightAttributetoHolder<Attribute> - Updated to Minecraft 1.20.6
6.0.0+1.20.6Релиз1.20.6 · 7 мая 2024 г.
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.
[6.0.0+1.20.6] - 2024.05.06
Changed
- [API] Changed return of
CaelusApi#getFlightAttributetoHolder<Attribute> - Updated to Minecraft 1.20.6
Полная история изменений — на Modrinth.
Комментарии
Загружаем…
