Links
Tags
Creators
Details
1.3.0-mc26.1.2
Compatibility
Required content
Changes
🥔 Poisonous Potato & 💧 Hydro Hardening Update (Version 1.3.0)
Welcome to the 1.3 release of Small Logic Tweaks! This update introduces exciting new uses for the Poisonous Potato and a concrete hardening mechanic, alongside some neat under-the-hood polish.
✨ Key Features
💧 Hydro Hardening:
- Water Bottle Interaction: Right-click on Concrete Powder with a Water Bottle to instantly harden it into solid Concrete. You will get an empty Glass Bottle back.
- Splash Potion AOE: Throwing a Splash Water Bottle will harden Concrete Powder in a localized area!
- Realistic Splash: The block directly hit is guaranteed to harden. Surrounding blocks have a 40% chance to get wet and harden, creating a natural splash effect.
- Smart Physics: Water will no longer unrealistically phase through solid walls.
🥔 Poisonous Potato Tweaks:
- Composting: You can now throw Poisonous Potatoes into a Composter (65% chance to increase the compost level).
- Brewing: Brew it with an Awkward Potion to create a Potion of Poison. Finally, a practical use for it!
⚙️ Technical & Fixes
- Timber Config Sync: The Timber mechanic now correctly reads and applies your custom limits (like search radius and decay threshold) from the
small_logic_tweaks.jsonconfig file. - Under-the-hood Polish: Optimized internal block-checking mechanics for smoother server performance.
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:j4Wpfavs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LCGTe7BI:j4Wpfavs"
}

