promotional bannermobile promotional banner

Anvian's Lib

A small utility library for Anvian's mods.

File Details

anvianslib-1.4.1

  • R
  • May 8, 2026
  • 27.47 KB
  • 9.7K
  • 26.1.2+2
  • Fabric + 1

File Name

anvianslib-fabric-26.1-1.4.1.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:anvians-lib-1168509:8056200"

Quilt

modImplementation "curse.maven:anvians-lib-1168509:8056200"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changed

  • Converted TelemetrySender HttpClient to thread-safe static singleton
  • Added HTTP request timeout (10 seconds) for telemetry requests

Added

  • Added null parameter validation on public APIs
  • Added Javadoc documentation to CommonMod and Services classes
  • Added REQUEST_TIMEOUT constant for HTTP requests

Removed

  • Removed deprecated sendTelemetryDataLegacy method
  • Removed unused eventBus parameter from NeoForgeMod constructor
  • Extracted and removed duplicated directory creation logic

Improved

  • Refactored duplicate directory creation into createDirectoryIfNotExists helper method
  • Enhanced code quality and maintainability
  • Improved API robustness with input validation
  • Added comprehensive inline documentation
  • Port to minecraft 26.1