File Details
voidium-2.1.3
- R
- Dec 5, 2025
- 10.83 MB
- 9
- 1.21.10+9
- NeoForge
File Name
voidium-2.1.3.jar
Supported Versions
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.4
- 1.21.3
- 1.21.2
- 1.21.1
Curse Maven Snippet
Voidium 2.1.3 Release Notes
🚀 Universal Compatibility Update
This release addresses critical compatibility issues with NeoForge 1.21.5+ while maintaining support for 1.21.1. It resolves the java.lang.module.ResolutionException: Modules export package ... crash on startup.
🛠️ Key Changes
- Universal JAR: A single JAR file now works across all supported NeoForge versions (1.21.1 - 1.21.10).
- Shadowed Dependencies: The Jackson (
jackson-core,jackson-databind,jackson-annotations) and JDA libraries are now fully relocated (shaded) into thevoidium.shadownamespace. - Isolted Classpath: This ensures that Voidium uses its own internal version of these libraries and never conflicts with the versions provided by NeoForge or other mods.
🐛 Bug Fixes
- Fixed Module Conflict: Resolved a
ResolutionExceptioncaused bycom.fasterxml.jackson.corepackage exports colliding with NeoForge's internal modules.- Implemented strict exclusions for
META-INF/versions(Multi-Release JAR content). - Excluded
META-INF/servicesconfigurations for external libraries to prevent package leaks. - Disabled colliding
jarJartask to ensure artifact integrity.
- Implemented strict exclusions for
- Fixed
NoClassDefFoundError: Addressed missing classes on older NeoForge versions where Jackson was not provided.
📦 Installation
Simply replace the old voidium-*.jar with voidium-2.1.3.jar in your mods folder. No config changes required.
Built with ❤️ and Gradle Shadow Plugin

