Tags
Creators
Details
Licensed MIT
Published 5 years ago
All versions
1.9.2+1.21.10-fabric
Release
MidnightLib 1.9.2 - Fabric 1.21.107 months ago 215.1K
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Required content
Changes
MidnightLib v1.9.2
- Add support for using
StringRepresentableto translate enums
MidnightLib v1.9.1
- Fix crash when loading existing main config on NeoForge
MidnightLib v1.9.0
- Setup a multiversion build environment
- MidnightLib will now always be up-to-date on all relevant versions of Minecraft
(Fabric/Forge 1.20.1; Fabric/NeoForge 1.21.1, 1.21.5, 1.21.8, 1.21.10) - Measures were taken to ensure this doesn't break mods targeting old MidnightLib versions.
In case you still find a broken mod, please report it and tag the issue with1.9.0.
- MidnightLib will now always be up-to-date on all relevant versions of Minecraft
- New logo! This offers improved visibility on light themes and a more modern, fresh look.
- Added JavaDocs to improve the developer experience.
- To be able to view them, adjust your midnightlib gradle dependency by following the wiki.
- Reduced jar size – now under 60KB again for Fabric builds :)
- Migrate to Mojang mappings in preparation for upcoming non-obfuscated releases
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:codAaoxh:VoGY1DpA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:codAaoxh:VoGY1DpA"
}

