All versions
2.4-forge
Beta
v2.4-forge11 months ago 113.1K
Compatibility
Minecraft: Java Edition
1.20.1
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
This release contains many, many bug fixes as well as some balance changes (listed below).
Balance Changes
- #300: Withered Fox adjustments
- #339: Ghast adjustments
- #376: Calamitous Rogue invisibility now works on mobs
- #449: Void Samurai adjustments
- #486: Artificial Construct can now breathe underwater
- #493: Rat can now climb blocks
- #497: Ryu is now more in line with Volcanic Dragon
- #498: Jellyfish adjustments
- #508: End Mage adjustments
Language Support
- Added partial
cs_cz/he_il/it_it/tr_trlanguage support - Improved
de_deanduk_ualanguage support - Updated other language files
Thank you to all the translators for their help!
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:npBe7UbS:IqOJJUcH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:npBe7UbS:IqOJJUcH"
}



