Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Creators
Details
Licensed MIT
Published 4 months ago
Updated 4 months ago
👶 The Kids Are Safe! Finally, some peace for the babies of Minecraft! This mod prevents all baby passive mobs (like sheep, pigs, cows, chickens, etc.) from taking damage — no more accidental punches or creeper-friendly fire.
🛡️ Baby animals are 100% protected from:
Players (even the ones who “accidentally left-click” 👀)
Mobs
Explosions and other random chaos
💀 Hostile babies like Baby Zombies? Yeah, they still get clapped. Justice stays balanced.
🧠 Wanna peek under the hood? Here's the mods.toml config for fellow devs:
modLoader="javafml"
loaderVersion="[47,)"
license="All Rights Reserved"
[[mods]]
modId="keepthekidssafe"
version="1.0.0"
displayName="Keep the Kids Safe"
description='''
A simple mod that prevents baby passive mobs from being harmed. You are free to use this in a modpack.
'''
[[dependencies.keepthekidssafe]]
modId="forge"
mandatory=true
versionRange="[47,)"
ordering="NONE"
side="BOTH"
[[dependencies.keepthekidssafe]]
modId="minecraft"
mandatory=true
versionRange="[1.20.1,)"
ordering="NONE"
side="BOTH"


