All versions
1.21.1-2.0.3-neoforge
Release
Cumulus - 1.21.1-2.0.3-neoforgelast year 325
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Singleplayer only
Changes
Cumulus - 1.21.1-2.0.3
Cumulus - 1.21.1-2.0.2
- Fix music mixin compatibility.
Cumulus - 1.21.1-2.0.1
- Fix a crash from the timer frame profiler not having ended yet when loading a menu.
Cumulus - 1.21.1-2.0.0
- Rework menu registration system into a better annotation and interface based initialization system.
- Add the World Preview feature from The Aether.
Cumulus - NeoForge - 1.21.1-1.1.4
- Fix early config crash.
Cumulus - NeoForge - 1.21.1-1.1.3
- Fix missing registry crash.
Cumulus - NeoForge - 1.21.1-1.1.2
- Update logo file name.
Cumulus - NeoForge - 1.21.1-1.1.0
- Port to 1.21.1
- Added option to attach panoramas to menu objects.
- Removed options to change menu backgrounds.
Cumulus - NeoForge - 1.20.4-1.0.1
- Full Release
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:sq1f0DCq:jRSpQti8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sq1f0DCq:jRSpQti8"
}

