Links
Tags
Creators
Details
All versions
1.2.0
Release
Treevamped 1.2.04 months ago 424
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
- Since making all trees bigger on average, forests have gotten a bit too cramped, thus tweaked the spacing rules so they have a bit more room to breathe while still keeping forests lush
- Tree placement overhauled, now more likely to generate in clusters. Less noticable in regular forests but Plains, Snowy Plains, Savannas and Sparse Jungles are now decently speckled with trees, implying the growth of new forests and bordering forest biomes much nicer
- Massive Ancient Tree Overhaul, each tree now has 3 variants, excluding Birch, Spruce and Jungle which have 9 due to now utilising Jigsaw blocks to generate these trees taller, splitting the trunk and canopy into two halves
- Ancient Oak, Birch, Acacia and Cherry Trees visually Overhauled
- Birch Trees overhauled
- Fancy Oaks have a slight bit of randomness with hanging leaves
- Mega Oaks made a tiny bit smaller, still bigger than fancy Oaks, don't outshine Ancient Oaks
- Spruce Trees tweaked
- Mega Spruce Trees taller
- Gave forests more foliage diversity including reincluding Oak back into Savannas
- Taigas now have Birch Tress
- Old Growth Taigas now have Super Birch Trees
- Groves now have Fancy Oaks (basically now a snowy Windswept Forest)
- Plains now have Birch
- Snow Plains now have Birch and Oak
- Meadow Trees more common
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:kAln7Ffz:fCqtOEKN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kAln7Ffz:fCqtOEKN"
}

