promotional bannermobile promotional banner

Invocore (Code Library)

Code library for Invoker54 mods

File Details

invocore-1.20.1-4.3.2.jar

  • R
  • Jul 16, 2025
  • 67.77 KB
  • 482.6K
  • 1.20.1
  • Forge

File Name

invocore-1.20.1-4.3.2.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

1.20.1-4.3.2:

Fixes
-Keybinds sent to this mod should now be properly registered.

1.20.1-4.3.1:

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

Fixes
-TextUtil code works a bit better at splicing sentences
-Added missing depth test calls to my ClientUtil's blit functions
-Added missing depth test call to TextUtil's RenderText function

1.20.1-4.1.0:

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.20.1-4.0.4:

Changes
-Ported from 1.19.2 to 1.20.1
-Now grabs the minecraft instance when called upon, not before