All versions
4.0
Beta
[DT] 1.21 - 1.21.4 [v4.0]2 years ago 323
Compatibility
Minecraft: Java Edition
1.21–1.21.4
Platform
Data Pack
Required content
Changes
Features
- new and improved config menu with clickable buttons
- new option for consume durability "logs only": makes it so that only logs consume durability
- new setting: "trigger": configure whether timber should be disabled when shifting (default) or only enabled when shifting (sneak)
- silk touch is no longer required to mine giant mushrooms
- datapack now uses macros for various types of trees for optimization
Notes
- the main datapack now has to be installed for this one to work.
FEEDBACK NEEDED!
if you are satisfied with the version or have any concerns/suggestions, please join the discord server and let me know !!
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:DHbvcFAr:Dwh82FO4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DHbvcFAr:Dwh82FO4"
}


