nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
ExEntityAttributesModifier

ExEntityAttributesModifier

Mod

Monsters can be given attribute modifiers through configuration

Server Utility

3 downloads
0 followers
  • 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


Technical information

License
MIT
Client side
unsupported
Server side
required
Project ID