Перейти к содержимому
Mineforgian

Caelus API

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

6.3M загрузок284 подписчиковLGPL-3.0-or-laterfabricforgeneoforge

Обновлён 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

BisectHosting

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
8.0.1+1.21.4Релиз1.21.4, 1.21.5neoforge23 июля 2025 г..jar (40 КБ)
8.0.0+1.21.4Релиз1.21.4, 1.21.5neoforge21 июня 2025 г..jar (40 КБ)
7.0.1+1.21.1Релиз1.21, 1.21.1neoforge5 сентября 2024 г..jar (49 КБ)
7.0.1+1.21.1Релиз1.21, 1.21.1forge5 сентября 2024 г..jar (49 КБ)
7.0.0+1.21Релиз1.21neoforge19 июня 2024 г..jar (49 КБ)
7.0.0+1.21Релиз1.21forge19 июня 2024 г..jar (49 КБ)
6.0.0+1.20.6Релиз1.20.6neoforge7 мая 2024 г..jar (48 КБ)
6.0.0+1.20.6Релиз1.20.6forge7 мая 2024 г..jar (48 КБ)
5.1.0+1.20.4Релиз1.20.4neoforge22 апреля 2024 г..jar (50 КБ)
5.1.0+1.20.4Релиз1.20.4forge22 апреля 2024 г..jar (50 КБ)
3.2.0+1.20.1Релиз1.20, 1.20.1forge, neoforge22 апреля 2024 г..jar (39 КБ)
5.0.1+1.20.4Релиз1.20.4neoforge5 марта 2024 г..jar (48 КБ)
5.0.1+1.20.4Релиз1.20.4forge5 марта 2024 г..jar (48 КБ)
5.0.0+1.20.4Релиз1.20.4neoforge19 декабря 2023 г..jar (47 КБ)
5.0.0+1.20.4Релиз1.20.4forge19 декабря 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:glider data component

Changed

  • [API] Changed RenderCapeEvent to use PlayerRenderState instead of Player due 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_cl localization #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_cl localization #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.theillusivec4 to com.illusivesoulworks
  • [API] Renamed CuriosApi#getFlightAttribute to CuriosApi#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.theillusivec4 to com.illusivesoulworks
  • [API] Renamed CuriosApi#getFlightAttribute to CuriosApi#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#getFlightAttribute to Holder<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#getFlightAttribute to Holder<Attribute>
  • Updated to Minecraft 1.20.6

Полная история изменений — на Modrinth.

Комментарии

Загружаем…