Download ExEntityAttributesModifier — Minecraft Mods — MetaMods

ExEntityAttributesModifier

Active

Downloads

0

Last update

1 year ago

Versions

1.18.2 — 1.20.1
Server
Forge
Utils

ExEntityAttributesModifier

This mod adds the ability to configure creature attributes through a configuration file. All changes take effect after restarting the game or using the reload command.

In the config/exmo/ folder, a ExEntityAttributesModifier.json file is created where you can set various attribute modifiers for mobs.

For example, you can increase a creeper's maximum health by 100 units and double its movement speed:

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

canyuesama

Developer

Created: 17 Sep 2024

ID: 59407