Links
Tags
Creators
Details
All versions
1.2.1
Release
Treevamped 1.2.13 months ago 362
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
(I have no idea why this mod boomed all of a sudden but that you all so much for almost 500 downloads!!)
- Deprecated the Mega Oak, Fancy Oak now has a wider size range to compensate, with one of the variants functioning as the old Mega Oak, with some improvements to the Foliage shape (additionally, Mega Flower Oak renamed to Fancy Flower Oak internally)
- Tweaked Birch tree heights
- Removed Giant Mushrooms from Dark Forests
- Added Giant Mushrooms to Swamps along with the moderate chance of a Mangrove tree
- Jungle and its variants have a chance to generate a Swamp Oak
- Mangrove Swamps have a chance to generate a Swamp Oak and Fancy Jungle Tree
- Pale Gardens have a low chance of spawning their Non-Pale counterparts
- Spruce trees now use the Mega Spruce foliage placer
- Savanna trees use the Cherry trunk placer
- Tree density and placements altered a little more, forests should occasionally have a clearing
- Gave Birch forests an Oak variant
- Gave Cherry trees a small variant
- Meadow tree diversity broadened
- Improved the Ancient Oak Tree along with adding a Flower Forest variant
- Dark and Pale Oaks made slightly taller
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:g8MnuEzy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kAln7Ffz:g8MnuEzy"
}

