Links
Tags
Creators
Details
All versions
1.4.0
Release
Treevamped 1.4.02 days ago 42
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Fixed the titular issue of Ancient Tree structures spawning in water! (Except the Ancient Mangrove Tree which it's meant to anyway)
- Many changes related to Trees and Biome Variants, such as;
- Saplings grown in certain locations will result in a different tree variant
- Dark and Pale Oaks can now be grown as a single sapling or a 2x2!
- Oak, Birch and Beech now have new Leave Block variants that grown into their respective tree variants
- Boreal Oak Leaves have the Oak Leaves texture, but are not biome tinted, and always retain a cool minty green colour. They drop seeds that grow into the Oak Trees found in Coniferous Forests and various Windswept biomes
- The Vanilla Birch Leaves have been renamed to Silver Birch Leaves which belong to the column shaped Birch Tree variants. The new variant taking the name of Birch Leaves appear on the leaves of the more spread out Birch Trees which now have a small variant. Oh, and these leaves unlike the OG Birch Leaves are biome-tinted!
- Lastly, Beech got a similar treatment to Birch, having a new Leaves variant for the wider canopy trees, which is a Copper coloured variant of the Beech leaves, fittingly named Copper Beach Leaves!
- Fixed an issue with some of the Jungle trees leaves getting replaced with Vines
- Gave all the Fancy Oaks more intricate Roots to match the Birch Trees
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:YjXI41Gu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kAln7Ffz:YjXI41Gu"
}

