Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 10 months ago
Updated yesterday
All versions
2.3-mod
Release
Chaos Cubed Update - Universal Mod2 months ago 143
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
Minecraft Version(s): 26.1.x
Changes:
- Lang Files are now getting automatically synced with crowdin with new releases
- Chorus Flowers & Chorus Plants are now placeable on Farmland, Dirt, Grass, Mud, Moss & Podzol Blocks
- Podzol now supports vegetation
- Cocoa Beans can now be placed onto every Log type
- Small Dripleaves are now placeable on Grass, Mud, Moss & Podzol Blocks
- Crafting Brown Dye from Orange and Black Dye now gives 2 Items in return
- Crafting Green Dye from Blue and Yellow Dye now gives 2 Items in return
Fixes:
- Small Dripleaves couldnt be placed no longer on Dirt & Farmland blocks due to tag list name change
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:v2MHzPlD:Y4jiXXz5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v2MHzPlD:Y4jiXXz5"
}

