Caelus API

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

File Details

caelus-FORGE-1.15.2-2.0-beta3-deobf.jar

  • B
  • Jun 12, 2020
  • 47.93 KB
  • 56
  • 1.15.2
  • Forge

File Name

caelus-FORGE-1.15.2-2.0-beta3-deobf.jar

Supported Versions

  • 1.15.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:caelus-308989:2978213")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project does not adhere to Semantic Versioning. This project uses MCVERSION-MAJORMOD.MAJORAPI.MINOR.PATCH.

[2.0-beta3] - 2020.06.11

Fixed

  • Fixed cape and elytra mixed rendering #5

[2.0-beta2] - 2020.04.18

Changed

  • Simple Takeoff can trigger fireworks mid-flight
  • Removed restriction on Elytra trigger to match 1.15 Elytra changes #4

[2.0-beta1] - 2020.02.11

Added

  • [API] CaelusAPI#getElytraRender to retrieve the current render state of the elytra on the entity
  • [API] Added IMC processing for elytra render state, identifier is "elytraRender"/CaelusAPI.IMC.ELYTRA_RENDER and it should supply a Function<LivingEntity,ElytraRender> object

Changed

  • Ported to 1.15.2 Forge

Removed

  • Removed RenderElytraEvent in favor of a simpler IMC method for processing render state