All versions
1.1.0
Release
Timber Chests 1.1.0 Fabric3 weeks ago 99
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Timber Chests 1.1.0
This update brings official Fabric support to Timber Chests while maintaining full feature parity with the NeoForge version.
Added
- Added a complete Fabric version of Timber Chests.
- Added full feature parity between the Fabric and NeoForge versions.
- All wooden chests, trapped chests, chest boats, the Bamboo Chest Raft, chest minecarts, recipes, tags, and vanilla-style behavior are available on both mod loaders.
Fixed
- Fixed a Creative inventory crash affecting the NeoForge version after the multi-loader migration.
Compatibility
- Fabric players must install the Fabric version of Timber Chests together with Fabric API.
- NeoForge players must install the NeoForge version of Timber Chests.
- Existing registry IDs and saved-data formats from NeoForge 1.0.0 remain unchanged.
- Existing NeoForge worlds can be updated from Timber Chests 1.0.0 without replacing their registered blocks or items.
- Fabric and NeoForge use separate mod files. Do not install both Timber Chests JAR files at the same time.
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:UZEqRLjD:YP0TUGrx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UZEqRLjD:YP0TUGrx"
}

