Keep The Kids Safe!
作者:rebot | 分类:模组
Minecraft 版本: 1.20.1
平台: forge
标签: game-mechanics mobs utility
? 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"请登录后举报
暂无评论,抢个沙发吧~