Invocore (Code Library)

Code library for Invoker54 mods

File Details

invocore-1.16.5-1.11.34.jar

  • R
  • Jun 6, 2025
  • 70.24 KB
  • 14.2K
  • 1.16.5
  • Forge

File Name

invocore-1.16.5-1.11.34.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

1.16.5-1.11.34:

Additions
-Added CommonUtils class
-Added InvoText class
-Added InvoZone class

Changes
-Changed mappings to official

Fixes
-TextUtil code works a bit better at splicing sentences

1.16.5-1.9.26:

Additions
-Added an easier way to do sounds
-Added MathUtil for easier mathematics
-Added Timer classes
-Added a modified LOGGER
-Added base stuff needed for Network messages

Fixes
-RenderText now keeps the style of all the text

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