Tags
Creators
Details
1.19.2-2.0.1.1-fabric
Compatibility
Required content
Changes
Required Dependencies
Links redirect to the dependency's file listing with filters by game version and mod loader applied.
- Terrablender - Curseforge or Modrinth .
- GeckoLib3 - Curseforge or Modrinth .
- CorgiLib - Curseforge or Modrinth .
- Fabric API - Curseforge or Modrinth .
Changelog
2.0.1.1
-
Biome Changes
-
Aspen Forest
- Biome generation overhaul.
- Add Shelf fungi on the sides of Aspen Trees
- New Aspen Trees
- New Aspen Leaves textures
- Add Spruce Trees
-
Redwood Forest
- Redwood forest will now rarely generate an ancient sequoia tree.
- This is a structure internally, can be found with
/locate structure byg:ancient_sequoia.
- This is a structure internally, can be found with
- Redwood forest will now rarely generate an ancient sequoia tree.
-
Bayou & Cypress Swamplands
- Add Vines & Moss to trees.
-
Overworld Forests
- Add ambience audio.
-
End biomes
- Add end gateways to all end biomes.
- Remove endermite spawns.
-
Biome Distribution
- Biome distribution should be more consistent. Reset configs to see this change.
-
Rainbow Eucalyptus Trees
- Add vines to all Rainbow Eucalyptus trees.
-
-
Misc Changes
- Improve Sapling Pattern tooltip.
-
Bug fixes
- Fix crash with Terralith due to feature cycle. (#1105)
- Add Imbued Nightshade logs to logs tags. Should fix instances of leaves decaying in the Nightshade forest.
- Fix man o war spawning.
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:uE1WpIAk:9MInWvhi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uE1WpIAk:9MInWvhi"
}

