Tags
Creators
Details
All versions
2.0.1
Release
Better With Time 2.0.19 months ago 10.8K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
This is mostly a bugfix release following the big changes of 2.0
Minor changes
- Tweak Buddy Block behavior to use different neighbor update logic than the vanilla observer. Still doesn't reach BTW parity, but it's somewhat closer
- Buddy blocks and observers now once again trigger when a block is rotated on a turntable, even if the rotated state is identical
- Added better mini block support for bamboo and bamboo mosaic
- Remove the string -> wool recipe in a cauldron since it doesn't add much, and causes annoyances with other recipes using string
Bugfixes
- Fixed wolves not producing dung while sitting on and next to carpet (and probably other flat, non-full blocks)
- Disallowed vines from being rotated as a horizontal attachment on the turntable
- Nether groth fixes (#23) - not spreading when fully grown, missing pick block stack
- Added missing mirror and rotate definitions for some orientable blocks. This would cause issues when trying to rotate a Litematica schematic of some blocks
- Added better saw block support for bamboo and bamboo mosaic
- Renamed BWT's "Hopper" to "Mechanical Hopper" in the lang file
- Actually disable the vanilla sugar recipe (it wasn't working before)
Optional dependencies
Unavailable version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| better_with_time-2.0.1-sources.jar | Unknown | 2.34 MiB |
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:OWVXhsdV:s15n1Mqs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OWVXhsdV:s15n1Mqs"
}

