Attribute Setter Mod lets you change the default stats of mobs and items using datapacks. You can easily adjust attributes like health, damage, and how far a mob follows you. This mod is designed for modpack creators and server owners who want to balance the game. It only needs to be on the server, so players don’t have to install it to join.

Features:

  • Change the default attributes of any living mob or item, such as health, damage, and follow range.
  • Uses simple datapack files to apply changes, so no complex coding is needed.
  • Works on the server side only, meaning players can connect without needing to install the mod.
  • Allows for easy balancing of mobs and items, perfect for custom modpacks or multiplayer servers.

Configuration:

You can change stats by creating an attributes.json file inside a datapack. For example, the following code changes a creeper’s health to 100 instead of the normal 20.

{
    "minecraft:creeper": [
        {
            "attribute": "minecraft:generic.max_health",
            "value": 100,
            "operation": "BASE"
        }
    ]
}

Screenshots:

The Minecraft mod list interface showing Attribute Setter mod details
The Minecraft mod list interface showing Attribute Setter mod details
Testing modified entity health on a creeper in the world
Testing modified entity health on a creeper in the world
A player uses a command to modify a creeper health attribute
A player uses a command to modify a creeper health attribute
A creeper with a health bar display using Attribute Setter Mod
A creeper with a health bar display using Attribute Setter Mod
A creeper with health modified by the Attribute Setter Mod
A creeper with health modified by the Attribute Setter Mod
Editing a configuration file to customize various entity attributes
Editing a configuration file to customize various entity attributes

Attribute Setter Mod Download Links

For Minecraft 1.21.8, 1.21.7, 1.21.6, 1.21.5, 1.21.4, 1.21.3, 1.21.2, 1.21.1, 1.21

NeoForge version: Download from Server 1Download from Server 2

For Minecraft 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2

Forge/NeoForge version: Download from Server 1Download from Server 2

For Minecraft 1.20.1, 1.20

Forge version: Download from Server 1Download from Server 2

Fabric/Quilt version: Download from Server 1Download from Server 2

Click to rate this post!
[Total: 2 Average: 5]