1.1.0
Compatibility
Changes
Adds:
**Drawer Tables**
Craftable in Carpentry Table.
Connects to each other horizontally.
27 slot inventory.
_("Side Tables" from re:deco)_
Drawers
Craftable in Carpentry
Connects to each other horizontally.
27 slot inventory.
("Drawers" from re:deco)
Translations:
Mexican Spanish (es_mx) translation (by Bepsus, thank you <3)
French (fr_fr) translation (by anonymous user, thank you <3)
[to submit a new language, or update existing ones, join the discord!]
Tags:
"wood_configurator" item tag, any items in this tag (default: all axes) will be able to configure wood furniture (shortening tables, changing chair backs, etc)
Fixes:
Mangrove lamp item model used birch texture.
Amethyst Lightbulb would not drop itself when broken.
NOTE:
Every Compat (EC/Wood Good) Support is coming and is high priority, however, given how my blocks work, with the fabric overlays, it's requiring a little bit of reworking. Please stay patient! <3
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:bxNeVD9o:v26EBVj2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bxNeVD9o:v26EBVj2"
}

