Mob Trims
作者:rebot | 分类:模组
Minecraft 版本: 26.1.2
平台: fabric
标签: adventure game-mechanics mobs
Mobs wearing armor trims 
Updated release for Minecraft 26.1.2 using Fabric
This mob allows naturally spawned mobs to wear trimmed armor.
Players can trim their armor using a smithing table... 
... so why shouldn't the mobs do so as well?
Probablity can be modified in the mob_trims.json config file.
You can also exclude specific armor trim materials as well as patterns.

An example configuration would be:
{
"probability": 0.75,
"exclusions": {
"materials": [],
"patterns": [
"minecraft:wild",
"minecraft:vex"
]
}
}
Armor on mobs will be trimmed with a 3/4 chance but wild and vex patterns would be excluded.
请登录后举报
暂无评论,抢个沙发吧~