Tags
Creators
Details
All versions
4.0.6-mc1.21.5
Release
4.0.6 (1.21.5)last year 519
Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
- Updated Vietnamese translations thanks to godkyo98! (#478 & #479)
- All Jellyfish entity textures are now 32x32 instead of 64x64, as the extra space was simply unneeded.
- Fixed Willow Boats not having translation strings for their entity counterparts on 1.21.2.
- Lowered the maximum height of Super Birch trees by 1.
- Added Xaero's Minimap icons for Wilder Wild's mobs, started off by godkyo98's work! (#480)
- Fireflies now properly render shadows and tint when hurt on 1.21.2+.
- Fireflies can no longer hide when Name Tagged.
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:AtHRJSUW:d8jfZa9O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AtHRJSUW:d8jfZa9O"
}





