ExEntityAttributesModifier

ExEntityAttributesModifier

Mod

Monsters can be given attribute modifiers through configuration

Server Utility

23 downloads
0 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
  • 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
      }
    }
  }
}

Project members

canyuesama

Member

Details

Licensed MIT
Published 2 months ago
Updated 2 months ago