All versions
1.4.4
Release
More Critters 1.4.4 [Critterversary Drop!]6 days ago 282
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Celebrating the 1st Anniversary of More Critters!
- Added Anniveteran, a secret mob that only spawns at the anniversary of More Critters and gives fun rewards!
- increased spawn rate of Shriekbat, Gravedigger and Dripper
- Remodeled Stincarp
- Added Iroball, a fun new item
- Fixed Bounceberry Bushes casting shadows
- Changed the look of the Fungal Staff
- Changed how Frightshroom and Nightshroom are spawned. Now the stew must be poured on the ancient skeleton and then the Purgatorial Mixture must be used on it.
- Added 5 new poses to the Ancient Skeleton Exhibit
- Made Frighthsroom harder to beat, now it can create small rot fountains
- Gave Nigthshroom a new attack where it shakes and creates small light flies that burn enemies
- Added Thick Ectometal Screw
- Added a new painting
- Added the Birch Snow Cone
- Corpse Crew drops are now traded for Gold instead of Emeralds for the Wandering Collector
- Added Block of Evolite
- Changed Evolution Table to be wood type
- Added Goobulb
- Removed the Corpse Quartermaster's attack where he throws the Rum Bottle on the air, he now breaks it on the ground and heals nearby allies.
- Made Rum Bottles pourable on the ground to create a slippery surface
- Made Nightshrooms attack back
- Fixed Chiseled Mushroom Stems having the wrong sound type
- Slightly changed Bounceberry Bush texture
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:iRZ6t3qQ:T2JZJOPL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iRZ6t3qQ:T2JZJOPL"
}

