Links
Tags
Creators
Details
All versions
1.2.2
Release
Treevamped 1.2.23 months ago 892
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
- Further tweaked tree spacing (I think I'm happy with it this time lol)
- Added smaller trees primarily for the sparser biomes, some reminiscent of vanilla trees, like the Small Oak tree
- Reworked the regular Oak Tree to be a bit bushier than the standard Oak Tree
- Added Snow Layers to the list of blocks saplings ignore when attempting growth, trees should be easier to grow in snowy biomes now
- Added more Hybrid Tree types (like the Birch shaped Oak Trees for the Oak Forest), most notably
- Cherry Oak Trees (with magenta leaves in World Remoulded)
- Bushier, Fir-like Spruce Trees
- A dedicated Mangrove tree variant for standard Swamps
- Vice versa, a Swamp Oak variant (+ a Fancy Jungle variant) for Mangrove Swamps
- Reshaped the foliage of small Jungle Trees
Additionally, I forgot to push the previous update to the GitHub, so the last update and this update have been pushed as one as the latest 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:kAln7Ffz:yws57aCY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kAln7Ffz:yws57aCY"
}

