Links
Tags
Creators
Details
0.2
Compatibility
Changes
More naturalistic Acacia trees.
Groups of saplings can grow into the RTG trees. Larger groups, up to 3x3, grow into larger trees. Lone saplings and (when appropriate) 2x2 groups grow vanilla trees.
Trees with mixed blocks can be grown from mixed saplings. The sapling in the center determines the form of the tree; the most common sapling around it the logs; and the second most common sapling around it the leaves (or the most common if there is only one). This can grow Dark Oak and Jungle materials even though Better Forests currently doesn't have trees for them; an Oak sapling with Dark Oak saplings around it will be an oak-shaped tree made of Dark Oak wood and leaves. So, yes, you can farm Dark Oak.
Bugfix: Fewer missing trunk blocks.
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:pzV7UzQO:ttpb6xKl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pzV7UzQO:ttpb6xKl"
}

