Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 4 months ago
All versions
1.19.2-0.2.1
Release
Clutter-1.19.2-0.2.13 years ago 17.2K
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
Update Log - Clutter-0.2.1
New:
- Inventory for Wall Bookshelves
- Wall Cupboards and Cupboards (with inventories)
- Wooden Tables and Stripped Wooden Tables
- Wooden Chairs and Stripped Wooden Chairs
- Wooden Benches and Stripped Wooden Benches
- Tall Lamps
- Coins (drops from hostile mobs)
- Bowl
- Towel
- Plushies (more to be added)
- TV
- Bonfire
- Wall Mounted Candles
- Trellises
- Status Effect: Vulnerability (increases damage taken by 15% per level) - includes potions and tipped arrows
Changes:
- New models and more variations for food boxes
- Chimney smoke now spreads out a bit instead of going straight up
- Added some sounds
- Chandeliers and Candelabras now have variations for all the candle colors
- Floor seating is no longer directional
- Minor texture changes
- The status effects of beer now increases in duration for each beer drunk
- Beer now gives Vulnerability, Strength and Nausea(If the duration of Strength or Vulnerability is over 15 seconds you also get Nausea)
Bugfixes:
- Should now support Quilt
- Some directional blocks should no longer be crashing on Quilt/Fabric
- On Quilt, copper blocks should now oxidize properly
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:KZAmykow:LsSXw1tA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KZAmykow:LsSXw1tA"
}

