Tags
Creators
Details
0.5+mod
Compatibility
Changes
This release adds benches; a new solid block that's unique from the regular chair type. This is the first release out of beta as I'm happy with the technical state of the pack. Next I will focus on implementing carpet overlays on to tables and benches, and secondly, a few more model variants.
Want to translate T&C assets into your native language? head to this site. I'm looking for German, Spanish, French, Polish, Chinese and Russian translators.
- Added Benches!
- Crafted with 3 slabs and 3 sticks.
- Are immovable and have collision which makes them distinct from regular chairs.
- If placed adjacent to each other, they will connect automatically.
- It can even be placed around corners and edges, wrapping similarly to stairs.
- When sat on them you will face in the path of least resistance.
- More variants of benches may come in the future
- Added new sounds for when you sit on chairs
- Changed
/function tac:give/command naming scheme to match the creative inventory - Fixed placement of custom heads on tables
- Improved visual consistency on the table model when three or more blocks wide.
- Reduced the frequency for locating invalid tables from 20 to 4 times a minute.
- Due to rendering changes in 1.21.11, the breaking texture no longer appears when breaking a table.
- This is a visual change that doesn't affect functionality
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:6sIyp8H4:CorIBKlB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6sIyp8H4:CorIBKlB"
}

