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

ExEntityAttributesModifier

Monsters can be given attribute modifiers through configuration

Загрузки
176
Подписчики
0
Обновлён
14 сентября 2024 г.
Лицензия
MIT

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

  • 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
      }
    }
  }
}

Комментарии

Загружаем…