promotional bannermobile promotional banner

Tesseract API (NeoForge)

Another library mod for mod developers

File Details

tesseract-api-neoforge-1.11.3-1.21.1.jar

  • R
  • Jan 11, 2026
  • 698.65 KB
  • 139.4K
  • 1.21.1
  • NeoForge

File Name

tesseract-api-neoforge-1.11.3-1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:tesseract-api-neoforge-1067672:7448472"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

What's Changed

  • Add abstracted classes for interface proxies by @Swedz in #182
  • Add a includeFallback field to the LangKey annotation to attach the default text as fallback to the component when desired by @Swedz in #183
  • Allow text classes to define a global includeFallback value that will override includeFallback on all LangKey entries in the class by @Swedz in #184
  • Better support for Bitmaps and actually support other types of providers in FontDatagenProvider by @Swedz in #185
  • Allow configs to have a custom file name by @Swedz in #186
  • Allow for context aware providers for parsers and styles in the text API by @Swedz in #187
  • Fix casting error with LangContext#getAnnotations by @Swedz in #188

Full Changelog