promotional bannermobile promotional banner

CoyoteLib

A library mod providing things like a double jump API a modifiable debug overlay and custom gamerules.

File Details

CoyoteLib-1.1.0.jar

  • R
  • Jun 2, 2020
  • 96.21 KB
  • 154
  • 1.15.2
  • Forge

File Name

CoyoteLib-1.1.0.jar

Supported Versions

  • 1.15.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Features:
- Split `MidairJumpEvent.CoyoteTimeJump` into `MidairJumpEvent.MultiJump.CoyoteTimeJump`(cancelable) and `MidairJumpEvent.MultiJump.CoyoteTimeJump`(cosmetic effects, etc)
- Split `MidairJumpEvent.MultiJump` into `MidairJumpEvent.MultiJump.Pre`(cancelable) and `MidairJumpEvent.MultiJump.Post`(cosmetic effects, etc)
- Added a callback to `MidairJumpEvent.SpecialJump` that can be used for things such as power consumption, cosmetic effects, etc
Bug Fixes:
- Fixed `MidairJumpEvent.MultiJump` not being fired
- Fixed crash on server caused by non-existing DebugOverlayTextComponent registry on server side