2.0.0
Compatibility
Required content
Changes
< Part 1/6 > Ambient Update
- Configured Features
- Added dead & lively trees
- Added pebbles
- Structures
- 'Cactus'
- Added structure 'Cactus Fork' (9 variants)
- Added structure 'Cactus Patch' (3 variants)
- 'Skeleton'
- Added structure 'Rib Skeleton' (2 variants)
- Added structure 'Spine Skeleton' (2 variants)
- 'Termite Mound'
- Added structure 'Termite Mound' (2 variants)
- 'Pillager Outpost'
- Added structure 'Pillager Outpost' (2 variants)
- 'Oasis'
- Added structure 'Lively Oasis' (3 variants)
- Added structure 'Dried-Up Oasis' (3 variants)
- 'Ruin'
- Added structure 'House Ruin' (2 variants)
- Added structure 'Pit Ruin' (2 variants)
- Added structure 'Well Ruin' (1 variant)
- 'Fossil'
- Added structure 'Croc Fossil' (1 variant)
- Added structure 'Head Fossil' (1 variant)
- 'Geyser'
- Added structure 'Geyser' (2 variants)
- 'Cactus'
- Miscellaneous
- Added small jigsaw additions to:
- 'Oasis' structures
- 'Geyser' structures
- Added processor lists for each structure
- Improve terrain adaptation
- Randomize block placement / decoration
- Added small jigsaw additions to:
Note: Going forward, this mod will only support Minecraft version 1.21 and above. This decision was made to reduce the overhead associated with maintaining compatibility across multiple versions and to facilitate the integration of new content from future updates.
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:ThFWvdF1:jD2pyrBN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ThFWvdF1:jD2pyrBN"
}

