Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last month
All versions
3.4.0
Release
Macaw's Furniture 3.4.09 months ago 10.6K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Added:
- Couches, come in 16 colors
- Chaise Couch Blocks, come in 16 colors
- Kitchen Sinks, can be filled/unfilled with buckets, also can be used to fill bottles
Changes:
- Desks now have just two directional facing, since the model would be the same for north & south and also east & west
- These need a block update to adjust to the new mechanism, they will look weird currently if placed in an older version ( place any block to it like dirt and remove the dirt )
- Due to Issues with Combined Furniture, we decided to bring back the old non leg models
- Furniture Cabinets and Drawers now have sounds for open/close
- Furniture now have unique handle colors based on the wood type
- Desks have a slightly changed model
- Furniture Containers now have the title "Furniture Inventory" instead of the title of the block, renaming in an anvil will change the inventory text
- Changed ambient occlusion to true for counters
Bug Fixes:
- Unable to place Farmer's Delight cutting board on middle segment of Macaw desk
- Itemframes are glitching on some furniture
- Lamps are glitching on some furniture
- Counters have brighter texture than other furniture
- Counters have black texture on side when there is a solid block next to them
- Counters have graphic issues with shaders
- Drawers placed behind Drawers would make the model change into other parts
- No block face rendered under some furniture
- Western edge of multi-block connected table has wrong lighting on top
- Handles can't bee seen on Stripped Birch Furniture
- Long Furniture text is going out of border when opened
- Coffe Table middle part has wrong texture facing underneath
- Cannot sit side by side with another player
- Bookshelve furniture doesn't provide enchant power
Translations:
- es_cl by Ganbare-Lucifer
- es_mx by TheLegendofSaram
- fr_fr by Samlegamer
- ja_jp by Anpan715
- ko_kr by kirito5572
- ru_ru by cutiegin
- tr_tr by RuyaSavascisi
- zh_cn by molishang123
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:dtWC90iB:YftyhGAo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dtWC90iB:YftyhGAo"
}

