All versions
1.9.2
Release
Midnight Madness 1.9.2last year 1,573
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
In 1.9.2 update:
- Added Anniversary Corrupted Gift, which will be given to players when joining a world every year from April 8th to April 13th.
- Added compatibility with Alex's Mobs and The Twilight Forest. Most mobs from these mods will now drop souls.
- Updated "Midnight-Madness-Compatibility" configuration file.
- Updated Awakened Dark Crown texture.
- Updated Demon King's texture.
- Updated Dreamcatcher's texture.
- Updated tooltips of certain items.
- Fixed Awakened Eternal Devourer's passive ability not working with mobs from Nonexistent+ and Born in Chaos.
- Other minor changes and fixes.
I have waited this moment for so long... The Underworld will be mine!
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:qBssY8fr:N4tfMSoi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qBssY8fr:N4tfMSoi"
}

