Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 2 hours ago
All versions
1.0.0-1.19.1+-forge
Release
[FORGE] [1.19.1+] More Babies 1.0.04 years ago 24.6K
Compatibility
Minecraft: Java Edition
1.19.1–1.19.2
Platform
Forge
Supported environments
Client and server
Changes
Version 1.0.0
- Added baby witch spawning in swamp huts
- Added baby shulker post-generation (hit by shulker bullet) spawning
- Added baby evoker and baby vindicator spawning in mansion
- Added baby eder guardian spawning in ocean monument
- Added baby wandering trader spawning
- Added baby pillager patrol spawning
- Added baby pillager, vindicator, evoker and ravager raid spawning
- Fixed baby vindicator weapon alignment
- Added baby cave spider spawner in mineshafts
- Added baby blaze spawner in nether fortresses
- Fixed baby parrot not spawning
- Added baby villager conversion to baby witch when hit by lightning
- Added baby iron golems summoned by villagers
- Reduced baby creeper explosion radius to 2 (previously 3)
- Added baby piglin brute in bastions
- Added baby iron golem in pillager outpost cages
- Added baby iron golem in villages
- Fixed baby evoker spell casting particle alignment
- Added items Cursed Clock and Cursed Clock On A Stick
- Language update
- Added advancements
- New icon
- Added config
- Fixed Forge mod info crash caused by logo file
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:ZK4bBM3B:ANUZkBSD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZK4bBM3B:ANUZkBSD"
}

