Tags
Creators
Details
2.4.0-rc.1+1.21.11
Compatibility
Required content
Changes
hi! i've decided it's best to drop the "beta" label, because if i keep waiting for everything i want to be done, 2.4.0 won't come out for ages. instead, there will be smaller and more frequent updates with all the same things.
this is the release candidate for 2.4.0. if there's no big issues, the full version will be released some time next week.
- (1.21.10+) added some debug screen entries (turn them on in the F3+F6 menu)
- (1.21.11) added skin overrides links in the sodium settings screen
- fixed class not found crash (gh#51)
- this caused opening the cape library to crash the game
- this happened because 1.21.11 removed the apache http libraries and i didn't realise. oops!
- fixed a regression in the last version which broke some mod compatibility
- this was caused by an issue when porting to 1.21.11. i fixed it in a better way this time
- minimum java version is now used (you can use java 17 on 1.20.4 and below)
also, there's a build for 26.1 snap 1 (and more secret stuff) on our discord.
Optional dependencies
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:GON0Fdk5:r493TqEf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GON0Fdk5:r493TqEf"
}

