All versions
2.1-hippo-forge
Release
2.1 Forge 1.19.4-1.20.4last year 34.8K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.4
1.19.4
Platform
Forge
Supported environments
Server-side
Singleplayer
Changes
- Fixed compatibility issue with some TerraBlender-based mods (vanilla biomes weren't always replaced)
- As a side effect, we now have full TerraBlender support. It's now possible to replace or remove modded biomes added with it.
- You should still use mod configs whenever possible, but is now an option of you really want it
- Removed chance-based biome replacement, since it was causing problems
- This feature might come back in the future, but I make no promises
- Fixed missing logo on Forge
- Ported to 1.19.3
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:DAXbR0Wj:BAO1kzL2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DAXbR0Wj:BAO1kzL2"
}

