All versions
2.5.4
Release
v2.5.4 ~ Mod 1.20.x2 years ago 6.15M
Compatibility
Minecraft: Java Edition
1.20.x
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
2.5.4
- Fixed uncommon crash regarding features in Thermal Caves
- Fixed annoying (but harmless) console spam regarding Biome Tag Villagers
- Armadillos correctly spawn in Savannas and Savanna Plateaus
- Striped and Spotted wolf variants now spawn in all Vanilla and Terralith biomes that they're meant to
- Barrels inside the Terralith Witch Hut have a new loot table
- Fixed issue where some suspicious gravel/sand in a few of the large Rubble structures were missing loot tables
- Fixed missing fisherman loot table in Desert Fortified Village
- The book in the lectern in the Desert Outpost is now readable and doesn't glitch out
2.5.3
(Terralith 1.21 got this update, but was skipped for 1.20.x until now)
- Fixed issue where some Sea Pickles were not properly waterlogged
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:8oi3bsk5:WeYhEb5d"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8oi3bsk5:WeYhEb5d"
}

