▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/ExEntityAttributesModifier
ExEntityAttributesModifier

ExEntityAttributesModifier

Monsters can be given attribute modifiers through configuration

106
0
  • Added a new configuration file located in config/exmo/ExEntityAttributesModifier.json
  • Monsters can be given attribute modifiers through configuration
  • Each modification will take effect after restarting the game or/reload

For example:

{
  "minecraft:example": {
    "attrGethers": {
      "minecraft:generic.max_health": {
        "operation": "add",
        "value": 100
      },
      "minecraft:generic.movement_speed": {
        "operation": "multiply_base",
        "value": 2
      }
    }
  }
}

Совместимость

Minecraft: Java Edition

1.20.x1.18.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:MIT
Опубликован:1 год назад
Обновлён:1 год назад
Главная