Links
Tags
Creators
Details
1.1.0-mc26.1.2
Compatibility
Changes
π Leaf Destruction Update (Version 1.1.0)
Welcome to the 1.1.0 release of Small Logic Tweaks! This update seamlessly integrates leaf destruction into the Timber mechanics, making tree felling much more efficient for everyday survival.
β¨ Key Features
π Integrated Leaf Destruction:
- Instant Leaf Decay: Leaves belonging to felled trees are now instantly destroyed alongside the logs, dropping saplings and apples immediately.
- Smart Canopy Protection: Employs an intelligent distance-simulation algorithm to accurately detect and protect leaves that are still connected to or shared with neighboring trees.
βοΈ Technical & Balance Notes
- Timber Balance: Increased the Level III block limit from 128 to 140 to fully support massive mega-trees, such as Mega Jungle and Mega Spruce variants.
Status: Beta. Feedback is welcome!
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:LCGTe7BI:3Go5KWA6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LCGTe7BI:3Go5KWA6"
}

