Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 9 months ago
Updated 2 months ago
All versions
1.8-mod
Release
Chaos Cubed Update - Universal Mod2 months ago 439
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
Minecraft Version(s): 26.1.x
Changes:
- Cluckshroom chicken variant now drops Red Mushroom instead of Raw Chicken
- Swamp zombie nautilus variant now drops Lily Pads instead of Rotten Flesh
- Cold zombie nautilus variant now drops Packed Ice instead of Rotten Flesh
- Guardian zombie nautilus variant now drops Prismarine Crystals instead of Rotten Flesh
- Husk zombie nautilus variant now drops Sand instead of Rotten Flesh
- Creaking wolf variant now drops Resin Clumps
- Added Turkey chicken variant (spawns in Taiga biomes)
- Added Legend pig variant (spawns in Pen structures)
- Added Glow zombie nautilus variant:
- Has a chance to spawn during full moon and in Lush/Dripstone Caves
- When fully submerged in water it starts glowing
- Drops Glow Ink Sacs on death
- Added Slime wolf and cat variants:
- Does not spawn naturally anywhere
- Can only be obtained by giving a tamed cat or wolf a Gooey Treat Item
- Bounces a lot
- Drops Slime when killed
- Added Gooey Treat Item (Can be obtained from Trial Spawner in Slime Dungeon Structures)
- Added Slime Dungeon Structures (Generates in the same biomes underground as the Trial Chamber does)
- Skeleton variants for Cats and Wolves now also use Skeleton sounds
- Updated structure sets to distribute included structures better
- Added Container Sulfur Cube Archetype. It's as heavy as the High Resistance Archetype but floats on water. Is applied by giving it a Shulker Box (Contents remain in the Shulker Box)
- Added Balloon Sulfur Cube Archetype. Is applied by giving it a Glass Block. Starts floating, gets a random size and turns invisible when it's leashed
Fixes:
- Lily Pad loot drops for chicken duck variants being able to get smelted
- Fixed Black wolf variant using the "angry" textures when they should use the "tame" ones
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:QrVtl1dM:Q1EmkaUk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QrVtl1dM:Q1EmkaUk"
}

