Tags
Creators
Details
All versions
4.2.5-mc26.1
Release
4.2.5 (26.1)4 months ago 743
Compatibility
Minecraft: Java Edition
26.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Updated the models and textures of the following baby mobs:
- Crab
- Jellyfish
- Tweaked the bounding box to align with the new model
- Moobloom
- Tweaked the bounding box to align with the new model
- Ostrich
- Tweaked the bounding box to align with the new model
- Zombie Ostrich
- Tweaked the bounding box to align with the new model
- Penguin
- Auburn Moss Blocks, Auburn Moss Carpets, and Creeping Auburn Moss can now be composted
- Wilder Wild's flowers can once again be used to craft Suspicious Stew
- Added Special Block Models for Wilder Wild's Signs, Wilder Wild's Hanging Signs, the Stone Chest, the Hanging Tendril, Clovers, Phlox, and Lantanas
- Wilder Wild's Villager Trades are now data-driven
- Fragile Ice now also cracks if an entity's passenger is contained within the
#wilderwild:fragile_ice_unwalkable_mobsEntity Type tag. - Fixed a missing texture in the Baobab Nut's hanging model
- Updated the rendering of Mesoglea as a fluid to be emissive
- Shrubs now generate half as commonly in the Oasis biome
- Adjusted Wilder Wild's tree features to not replace blocks such as Sand when growing on them
- This change was made in order to prevent instances where players could grow a Palm tree to turn Sand into Dirt
- Reworked many worldgen features to match Tiny Takeover's worldgen changes
- Changed the algorithm Mooblooms use to select a variant to match Tiny Takeover's worldgen changes
- Added the following Block tags:
#wilderwild:supports_algae#wilderwild:supports_plankton#wilderwild:supports_hanging_baobab_nut#wilderwild:supports_cattail#wilderwild:supports_coconut#wilderwild:supports_hanging_coconut#wilderwild:cannot_support_sea_anemone#wilderwild:cannot_support_sea_whip#wilderwild:cannot_support_tube_worms#wilderwild:supports_frozen_vegetation#wilderwild:supports_waterloggable_sapling#wilderwild:cannot_replace_below_tree_trunk_waterloggable#wilderwild:cannot_replace_below_tree_trunk_desert#wilderwild:supports_shrub
- Added the following Fluid tags:
#wilderwild:supports_algae#wilderwild:supports_plankton
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:vhH3NENl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AtHRJSUW:vhH3NENl"
}

