Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 months ago
Removes Baby Zombies entirely. That's it. That's the entire mod.
Overrides ZombieEntity
's setBaby
method to exit immediately, preventing the zombie from becoming a baby. Unless a mod uses ZombieEntity
internals to create a baby zombie anyways, this should prevent baby zombies from exiting. Do note that this includes spawn eggs and summoning with commands, and it will retroactively convert all existing baby zombies into normal zombies!
Simple Version
There is a version of this mod found here that just prevents zombies from spawning, by overriding shouldBeBaby
to always return false
.