Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last month
All versions
0.4
Beta
Tables & Chairs 2 - v0.4last year 1,438
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Data Pack
Changes

- Updated to 1.21.6
- Added language support for Brazilian Portugese (@MeiaQuatru)
- Pack conversions tools can now be accessed with a user interface using the command
/function tac:config - Carved versions of acacia, bamboo, birch and cherry tables are available to preview through commands (
/function tac:give/table_acacia_carved). I'm still working on the others.
If you would like to help with translation please head to this site. I would rather crowdsource than to use AI. Looking for German, Spanish, French, Polish, Chinese or Russian translators.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| tables_chairs_2_resource_pack - v0.4.zip | Required resource pack | 439.62 KiB |
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:NLRuvRwS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6sIyp8H4:NLRuvRwS"
}

