Tags
Creators
Details
All versions
4.0.12-mc1.21.1
Release
4.0.12 (1.21.1)last year 1,604
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Added a title screen version of
Espialbypictochats_! - Added the song
Anemonebypictochats_! - Added the
wilderwild:music_pool/has_ocean_musicandwilderwild:music_pool/has_warm_ocean_musicbiome tags.- The music that plays in Ocean biomes contains the
minecraft:music.gamepool like it did before, now withAnemoneandEpsialbypictochats_having a chance to play as well. Anemonebypictochats_plays most commonly in warmer Ocean biomes.Espialbypictochatsplays most commonly in all other Ocean biomes.- Added a config option to toggle Wilder Wild's Ocean music.
- The music that plays in Ocean biomes contains the
- Removed the songs
ExcuseandFlakebyC418as obfuscated ogg files no longer work in Minecraft. - Jellyfish and Butterflies have had their spawning logic vastly simplified, now using Vanilla's Spawn Charge/Cost system.
- As a result of this change, the following changes have been made:
- The
wilderwild:entity/spawn/jellyfishbiome tag now dictates all biomes Jellyfish can spawn in. - The
wilderwild:entity/spawn/jellyfish_special_spawnbiome tag has been replaced with thewilderwild:entity/spawn/jellyfish_common_spawnbiome tag.- This tag now dictates which biomes (of the ones they can spawn in) Jellyfish can spawn more frequently and closer together in.
- The
wilderwild:entity/spawn/butterflybiome tag now dictates all biomes Butterflies can spawn in. - The
wilderwild:entity/spawn/common_butterflybiome tag has been replaced with thewilderwild:entity/spawn/butterfly_common_spawnbiome tag.- This tag now dictates which biomes (of the ones they can spawn in) Butterflies can spawn more frequently and closer together in.
- The
- As a result of this change, the following changes have been made:
- Renamed the
wilderwild:feature/red_creeping_moss_feature_placeableblock tag towilderwild:feature/auburn_creeping_moss_feature_placeable. - Auburn Creeping Moss generated in Auburn Moss patches can now generate on the sides of blocks.
- Fixed the Bush not datafixing into the Shrub in 1.21.5+ due to an incorrect DataVersion.
- Fixed Maple Leaf Litters not generating as intended.
- Fixed the Leaf Litter model being raised too high above the ground on versions prior to 1.21.5.
- Fixed Doors not using the proper item class.
- Fixed Tall Flowers not using the proper item class.
- Misc. internal cleanup.
- Updated the Vietnamese translation on 1.21.6+, thanks to
godkyo98! (#496)
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:y5tREnTz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AtHRJSUW:y5tREnTz"
}

