v0.1.1-mc26.1.2
·
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'sjarJarsystem not resolving transitive dependencies automatically. All required dependencies are now explicitly declared and embedded.