Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 4 months ago
All versions
1.20-0.6.0
Release
Clutter 1.20.(0-1)-0.6.02 years ago 144.7K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
Update Log - Clutter-0.6.0
Biomes!
- Giant Redwood Forest
- Lupine Fields -More to come in the future!
Entities
- Seahorses (Spawning in Warm Oceans)
- Manta Rays (Spawning in Warm, and Lukewarm Oceans)
- Jellyfishes (Spawning in Warm, and Lukewarm Oceans)
- Warped Newts (Spawning in Warped Forests)
-I will let you all figure out what they do!
Blocks
- Blue, Red, White, Purple, Magenta, and Yellow Lupines, which come in short and tall versions. (Lupine Fields)
- Giant Ferns (Redwood Forest)
- Polypores (Redwood Forest)
- Overgrown Packed Mud (Redwood Forest)
- An entire wood set for Redwood!
- Short Benches
- Anchor
- Lab Bottles
- Tall Bottles
- Quartz Crystal
Items
- Gemstone Elytras (Amethyst, Diamond, Emerald, and Quartz)
- Silver Tiara
Changes
- Major changes to Tags, Recipes, how Models are generated, etc. for future updates
- Massive! changes in the way Configs are being managed. - Make sure to update your configs if you plan on updating Clutter to 0.6.0!
- New Textures for some Items
- TLC for some Entities (Geckolib is no longer a Dependency)
- Butterflies in Bottles are now 1 item instead of 16
- Coin Puches are now 1 item instead of 4
Optional dependencies
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:IM549pNB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KZAmykow:IM549pNB"
}



