Skip to content

v0.1.1-mc26.1.2

Choose a tag to compare

@github-actions github-actions released this 14 Jun 10:33
· 3 commits to 26.1.x since this release

v0.1.1

Bug Fixes

  • Fixed a crash on startup (NoClassDefFoundError) when loading the mod from the built JAR. OpenTelemetry's transitive dependencies (SDK sub-modules, OTLP exporter components, OkHttp, OkIO, Kotlin stdlib) were not being embedded in the mod JAR due to NeoForge's jarJar system not resolving transitive dependencies automatically. All required dependencies are now explicitly declared and embedded.