promotional bannermobile promotional banner

Invocore (Code Library)

Code library for Invoker54 mods

File Details

invocore-1.16.5-1.7.0.jar

  • R
  • Dec 13, 2024
  • 28.88 KB
  • 899
  • 1.16.5
  • Forge

File Name

invocore-1.16.5-1.7.0.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:invocore-utility-mod-693881:5987464")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1.16.5-1.7.0:

Additions
-Ability to render GUI items

Changes
-blitImage and blitColor now takes floats, not integers
-blitColor now disables depth test

Fixes
-renderText now properly stretches and cuts when needed

1.16.5-1.6.0:

Additions
- Added Text utility methods

Changes

- Made stretchy Text in ClientUtil deprecated (will remove in a later version)


Fixes


1.16.5-1.5.0:

Additions

- Added a way to make easy keybinds

- Added a stretchy text function (used for keeping text confined in a boundary

- Added an easy way to get the right and bottom of an image

- Added a simple list class

 

Fixes

- Fixed blitImage and blitColor functions from crashing the game

- Removed added space from the formatValue function

 

Changes

- Changed centorOnImage functions into methods for the Image class