Links
Tags
Creators
Details
1.0.0-mc26.1.2
Compatibility
Required content
Changes
🚀 First Beta (Version 1.0.0)
Welcome to the 1.0.0 release of Small Logic Tweaks! This mod is dedicated to refining foundational survival mechanics through simple and intuitive improvements to the vanilla experience.
✨ Key Features
🦴 Bone Meal Logic:
- Dirt Conversion: Apply Bone Meal to Dirt blocks to instantly convert them into Grass Blocks.
- Biome Awareness: Automatically generates Mycelium instead of Grass when used within Mushroom Fields biomes.
🪓 Timber Enchantment:
- Tree Felling: A specialized enchantment for axes that allows you to fell entire trees by breaking a single base block.
- Progressive Levels: 3 levels available. Block limits are set at 16, 64, and 128 blocks respectively.
- Combat Potency: Each level grants +1.0, +1.5, or +2.0 bonus Attack Damage.
- Intelligent Safety: The algorithm specifically targets natural leaves (persistent=false) to protect your house and decorative wooden structures.
- Precision Control: Hold Shift to bypass the enchantment and mine blocks one by one.
⚙️ Technical & Balance Notes
- Vanilla Balance: Timber is mutually exclusive with the Efficiency enchantment to maintain game progression.
- Performance: Optimized leaf-processing logic is included; however, expect minor MSPT spikes when felling massive trees at Level III.
- Requirement: This mod must be installed on both the Client and Server.
Status: Early 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:8oLfDJQV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LCGTe7BI:8oLfDJQV"
}

