Tags
Creators
Details
1.3.0
Compatibility
Changes
Update to Minecraft Version 1.21.1 Changed mod name from Opulence to Opulent (mod id is the same)
Added: Added Terracotta Bricks (+stairs, slab, wall) Added Terracotta & Glazed Terracotta Cups, Plates, Vases (33 varieties of each) Added Chessboard Added Screen Door, Glass Door Added Stools Added Quartz Table and Chair Added 7 new Bust blocks for the newer Minecraft default skins + WorldSalad bust Added Candlesticks in 17 colors Added Candle holders in 17 colors Chairs and Stools can now be sit on
Changed: Lava Lamp changed to Nether Brick Lamp, now has on/off state Changed painting names Chandeliers and Candelebras are now the same block (Candle Holder), placed on ceiling or floor Changed Tuff Bricks to Square Tuff Bricks, and updated texture (due to addition of vanilla tuff bricks) Changed Textures for Large Amethyst Bricks, Telescope, all Concrete Bricks Chairs are now two separate blocks (like a door). Previously was one block that inhabits two tiles but has no collision on the top. Removed unneeded descriptions from some blocks, including busts. Fixed a bug where water would destroy some furniture items
Removed: Removed Ceramic Cup
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:jTo6y0oW:Db2JSTpv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jTo6y0oW:Db2JSTpv"
}

