Tags
Creators
Details
All versions
4.1.3-mc25w42a
Release
4.1.3 (25w42a)9 months ago 188
Compatibility
Minecraft: Java Edition
25w42a
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
- Crabs no longer freeze in place and jitter when attempting to climb blocks such as Mud.
- Crabs no longer freeze in place and jitter when attempting to climb blocks underwater.
- Crabs no longer attempt to "cling" to blocks while descending underwater.
- Fixed Penguin Eggs not having a loot table.
- Fixed Hollowed Crimson Stems and Hollowed Warped Stems incorrectly being in the
wilderwild:hollow_logs_that_burnitem tag. (#513) - Fixed a crash on 1.21.5+ when using Bone Meal in a Jungle biome. (#510)
- Fixed the new Lightning Rod blocks being missing from the
wilderwild:no_lightning_block_particlesandwilderwild:no_lightning_smoke_particlesblock tags on 1.21.9+. (#511) - Fixed the rendering of Dripping Mesoglea particles on 1.21.9+.
25w42a+
- Revamped the implementation used to switch between the regular Water fog and Mesoglea fog colors.
- Renamed
wilderwild:blue_pearlescent_mesogleatowilderwild:pearlescent_blue_mesoglea. - Renamed
wilderwild:purple_pearlescent_mesogleatowilderwild:pearlescent_purple_mesoglea. - Renamed
wilderwild:blue_pearlescent_nematocysttowilderwild:pearlescent_blue_nematocyst. - Renamed
wilderwild:purple_pearlescent_nematocysttowilderwild:pearlescent_purple_nematocyst. - Renamed all Mesoglea-related particles and their textures in order to improve both organization and consistency.
- Reworked how Dripping Mesoglea particles spawn, now using a mixin on vanilla code to be more consistent with Dripping Water's implementation.
- Cleaned up Wilder Wild's biome injection implementation.
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:2Exf051B"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AtHRJSUW:2Exf051B"
}






