Links
Tags
Creators
Details
All versions
1.3.0
Release
Treevamped 1.3.02 weeks ago 855
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
Note, as of this update both the Client and the Server require the Mod Installed due to there now being new content
- Added two new woodsets, Maple and Beech. Maple is Salmon coloured and Beech is grey, a Poplar alternative for 1.21.11
- Beech replaces the Oak tree variants that were in the Birch Forests
- Maple replaces the Oak tree variants that were in the Cherry Groves
- Added a Mushroom Wood set obtained from Mushroom Stems which now drop themselves without Silk Touch. Mirrors Bamboo Wood
- Added a Flowering version of Oak Leaves for Flower Forests, replacing the Flowering Azalea blocks they had. Can also be produced by using Bone Meal on regular Oak Leaves. This will turn the leaves persistent if they weren't already
- Leaves now drop respective Tree Seeds instead of saplings. When planted, they plant a little sprout, which when bonemealed will turn into the regular Sapling. Purely a visual change only
- Retextured Jungle and Acacia Saplings
- Added a Painting and Music Disc dedicated to the mod
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:xHLKBNHf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kAln7Ffz:xHLKBNHf"
}

