Перейти к содержимому
Mineforgian

Mob Trims

Allows mobs to spawn with trimmed armor naturally

Загрузки
914
Подписчики
7
Обновлён
13 апреля 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 2 апреля 2024 г.

Mobs wearing armor trims   Logo

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... Trimmed armor ... 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.

Skeleton wearing trimmed armor naturally

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.

Ченджлог

1.1.0Релиз26.1.2 · 13 апреля 2026 г.

Mobs wearing armor trims

Updated release for Minecraft 26.1.2

featuring more configurable parameters. Now you can exclude specific armor trim materials as well as patterns in the mob_trims.json config file.

Skeleton wearing trimmed armor naturally

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.

1.0Релиз1.20.4 · 2 апреля 2024 г.

The initial release for Fabric 1.20.4

Комментарии

Загружаем…