Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last month
All versions
0.3+mod
Beta
Tables & Chairs 2 - v0.3last year 202
Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client and server
Changes
- Redstone! Chairs can be moved on to pressure places or upwards-facing observers and trigger them. This means you can use chairs for more than just decoration. A puzzle element, maybe?
- For creative, use the
/function tac:give/... command to easily give yourself a table or chair. It autocompletes similar to the /give command. - New translations for Spanish, Vilencian and Vietnamese (TNX: @mikestorm03 & @sieglinde5703). If you would like to contribute, please head over to this link or check the channel on our discord.
- Decorations can be taken off chairs using shears
- Not more than one person can sit on a single chair
- Items in this release may not stack with v0.1 // 0.2 items.
I am currently working on reimplementing carved tables and table decorations for the next release.
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:gGhWMYAh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6sIyp8H4:gGhWMYAh"
}

