Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 4 days ago
All versions
0.2.1-beta
Beta
Fabulous Furniture (Java) | Beta #2.14 days ago 171
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Client and server
Changes
Emergency fix:
- Fixed a critical issue where stone blocks could not be easily broken due to a bug in the vanilla tags
Fabulous Furnished (Java) - Beta 2.1
What's new?
New features
- A new setting has been added to the mod config to allow you to choose a different color for the carpentry table; you can choose between blue and brown (the current one)
- Vertical slabs of vanilla planks were added (you can use the chisel on them to obtain vertical slabs of other wood types)
Changes
- The porcelain pillars can now be connected horizontally
- Now you can use the chisel on vertical wooden slabs
Bugs killed
- The "paperbin" block did not display its crafting recipe in all versions
- Feldspar ore, both stone and deepslate, could not be broken quickly (and when broken, they did not drop anything) - 1.20.1 Forge
- Breaking maple blocks like leaves, logs, planks, etc. would drop vanilla items, now they drop their respective item - 1.20.1 Forge
- The shader for the wooden lanterns wasn't loading - 1.20.1 Forge
- The tabs and icon for the FF category did not follow the style of the tabs in 1.20.1 - 1.21.1 Neoforge / Fabric
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:kOcpQwau:DoG078ME"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kOcpQwau:DoG078ME"
}

