Links
Tags
Creators
Details
1.2.0-mc26.1.2
Compatibility
Changes
🌑 Charcoal, 🌴 Jungle & ⚙️ Config Update (Version 1.2.0)
Welcome to the 1.2.0 release of Small Logic Tweaks! This update adds new logic tweaks for charcoal and jungle trees, expands bone meal customization, along with a configurable settings file.
✨ Key Features
🌑 Charcoal & Jungle Tweaks:
- Charcoal Dye: Charcoal can now be crafted directly into Black Dye to give it a unique practical use.
- Jungle Sustainability: Slightly increased the drop rate of Jungle Saplings from Jungle Leaves to help keep the biome renewable.
⚙️ Technical & Balance Notes
⚙️ Configuration System:
- Config File: Added
small_logic_tweaks.jsonto let you toggle individual features and adjust values like search radius or decay thresholds. - Bone Meal Options: Added config settings to require a nearby spreading source block before allowing conversion (default: false) and to expand conversion logic to all blocks within the Dirt Tag (default: false).
- Error Handling: The system automatically handles formatting mistakes, case-insensitivity, and missing text to avoid crashes.
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:10iQKI0f"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LCGTe7BI:10iQKI0f"
}

