Tags
Creators
Details
All versions
4.2.10-mc26.2
Release
Wilder Wild 4.2.10-mc26.22 months ago 2,491
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Renamed the
wilderwild:feature/blue_nematocyst_feature_placeableBlock Tag towilderwild:feature/pearlescent_blue_nematocyst_placeable. - Renamed the
wilderwild:feature/purple_nematocyst_feature_placeableBlock Tag towilderwild:feature/pearlescent_purple_nematocyst_placeable. - Cleaned up lots of Configured Features & Data Generation.
- Renamed all of Wilder Wild's
FeatureConfigurationclasses to end withConfigurationinstead ofConfig. - Removed all Sulfur Caves-related Configured & Placed Features, Biome Tags, and Block Tags.
- These will now be in a mod named
Chaos Hypercubed, which is currently in development.
- These will now be in a mod named
- Removed the
wilderwild:sea_anemoneandwilderwild:sea_whipWorldgen Features.- Their functionality is replicated through
PlacementModifiers, similar to the changes made in 26.1.
- Their functionality is replicated through
- We are testing a new method of worldgen configuration!
- All aquatic worldgen features are now added to their respective biomes, regardless of their respective config entry's value.
- Now, all aquatic worldgen features will use a new placement modifier that listens to the current value of the config entry.
- Long-story-short, aquatic worldgen features can be toggled in-game without needing to rejoin the world!
- Please monitor worldgen performance and tell us if you notice any issues. This is an incredibly important feature to us.
- If no performance issues are found, we will slowly expand this new system to other worldgen features.
- All of Wilder Wild's block sound type overwrites are now data-driven, per FrozenLib 2.5's changes.
- Slightly decreased the average size of Mesoglea Caves.
- Fixed a crash when trying to join servers that do not have Wilder Wild installed.
- Removed the feature that made the Enderman's staring sound move along with it.
- This was simply out of the mod's scope and detracted from the Enderman's fear factor.
- Added
fingerspit's new music tracks to Wilder Wild's custom music pools, thanks toRebel459! - Removed the
wilderwild:beta_beach_enabledandwilderwild:snow_under_mountain_enabledConditionSources, as they have been made redundant by FrozenLib'sConfigPredicates. - Completely reworked Tumbleweed's visuals.
- Tumbleweed no longer has a unique Entity Model, instead using the Block's Model.
- Tumbleweed's visual rotation now always matches its movement, and fits its model.
- Items inside Tumbleweed are no longer randomly offset visually.
- The Item pickup animation now plays when Tumbleweed picks up an Item.
- Tumbleweed's visual movement should now be slightly less clunky.
- Revised the models of the Tumbleweed Stem's first two stages to be more consistent with Vanilla's style.
- Placing Tumbleweed now spawns the Tumbleweed Entity.
- The oral arms of Jellyfish are no longer visible by default.
Optional dependencies
Any compatible version
Any compatible version
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:8oJOR652"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AtHRJSUW:8oJOR652"
}

