Tags
Creators
Details
All versions
1.9.3
Beta
Better With Time 1.9.3last year 1,696
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
This is a purely bugfix and minor changes update to clear the way for some bigger features soon.
- Added mod logo to the internal icon so it appears in mod lists
- Added missing Block Dispenser and vanilla Dispenser behavior for arrow variants and soul urns
- Made Battle Axe actually function like both an axe and a sword - sweeping attacks work, cobwebs are cut quickly like swords, etc
- Fixed behaviors and duplication glitches for some blocks that both require a supporting block and are piston pushable (unfired pottery, hand cranks)
- Lots of tweaks to detector logic blocks behind the scenes. No longer triggered by cave air, logic block changes no longer update neighboring observers, better handling when the detector is pushed by a piston
- Made hibachis conduct redstone when strongly powered, so neighboring hibachis are more easily lit
- Made hibachis destroy flammable blocks placed directly above them, as if immediately incinerated
- Gave planter variants proper collision and outline boxes. Empty planters no longer support some blocks like redstone dust, but filled planters still do
- Made mining charges require a supporting block when placed by hand, but still placeable in the air when dispensed by a dispenser/BD.
- Fixed mining charge loot table (wasn't dropping anything before)
- Removed the mechanical hopper's redstone output when its slots are full, since this functionality is superseded by comparators
- Fixed some blocks conducting redstone through them when they shouldn't
- Disallowed blocks requiring a supporting block from being placed on top of cooking pots (cauldron/crucible)
- Made cooking pots, when tipped on their side, able to dump their contents into a block that is occupied but has no collision.
- Made collision handlers for the windmill and water wheel less janky. They should feel more solid, and less "bounce you away from their center point"
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| better_with_time-1.9.3-sources.jar | Unknown | 2.16 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:4gNGl7Dx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OWVXhsdV:4gNGl7Dx"
}


