Links
Tags
Creators
Details
All versions
1.19.4-1.1.2.0
Release
Wooden Accents Mod 1.19.4-1.1.2.010 hours ago 4
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Any compatible version
Changes
Changed
- Reworked the project, contribution, and release documentation.
- Rewrote the player README for clearer features, dependencies, and FAQ, and mirrored Modrinth gallery screenshots under
docs/images/. - Precomputed reusable outline shapes for connecting and multipart blocks.
- Desks, desk drawers, kitchen counters, and kitchen cabinets now use full-block collision while retaining their detailed outline shapes. Isolated thick pillars use full-block collision and return to their detailed shape when connected.
- Raised the minimum supported versions to Fabric Loader 0.19.3, Fabric Language Kotlin 1.13.13+kotlin.2.4.10, and VoxLib 1.6.1+1.19.4.
Fixed
- Desk drawers now drop their stored contents when broken and preserve custom names on the dropped block item.
Optional dependencies
Any compatible version
Any compatible version
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:a1t8EDca:Qnhyvk6I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:a1t8EDca:Qnhyvk6I"
}

