
Extra Entity Attributes
This mod adds new attributes, which serve as an API for other mods.
Screenshots

About this Mod
This mod adds 21 new attributes to the game. These attributes can either be used by other mods to serve as an API or used by the player to customize specific values.
Features
Attributes
VILLAGER_DISCOUNT
- How much cheaper / expensive an item from a villager should be
- Default: 0
MAX_HUNGER
- The max. amount of hunger a player can have
- Default: 20
FOOD_NUTRITION_MULTIPLIER
- How much hunger food should restore
- Default: 1
FOOD_SATURATION_MULTIPLIER
- How much saturation food should give
- Default: 1
EATING_SPEED
- How fast a player can eat
- Default: 1
DRINKING_SPEED
- How fast a player can drink
- Default: 1
STATUS_EFFECT_DURATION
- How long an potion or beacon effect should last
- Default: 1
LIFESTEAL
- How much health (percentage-wise) is stolen on damaging a living entity
- Default: 0
HUNGERSTEAL
- How much hunger (percentage-wise) is stolen on damaging a living entity
- Default: 0
DODGE_CHANCE
- How high of a chance an entity has to dodge ANY damage (1 = invincible)
- Default: 0
SPRINTING_FOOD
- How much hunger is needed in order to sprint
- Default: 6
CROSSBOW_PULL_TIME_MULTIPLIER
- How long you need to pull your crossbow in order to shoot
- Default: 1
FISHING_DURATION_MULTIPLIER
- How long you need to wait until a fish appears
- Default: 1
ADDITIONAL_FISHING_LUCK
- How much additional luck (adding to Luck of the Sea) you will have in order to fish up a treasure (100 = always)
- Default: 0
SPRINTING_SPEED
- How fast a player should be whilst sprinting
- Default: 0.13
CLIMBING_SPEED
- How fast a living entity should climb
- Default: 0.2
CREATIVE_FLYING_SPEED
- How fast a player should fly in creative mode
- Default: 0.05
MOUNT_SPEED_MULTIPLIER
- How fast a ridden entity should go
- Default: 1
MAX_JUMPS
- How many jumps a player can perform
- Default: 1
SLIPPERINESS
- How slippery ice should be
- Default: 1
NAME_TAG_VISIBILITY_RANGE
- How far a player can see nametags of others
- Default: 64

Got any ideas for new attributes? Suggest them to me on my discord or on github.
Usage
For Users
You can configure all these values with /attribute.
Heres an example:
/attribute @p extra-entity-attributes:status_effect_duration base set 2
This doubles the duration of all potion and beacon status effects for the nearest player
For Developers
You are allowed to use this mod freely in your own mod. Feel free to embed it into your mod.
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
dependencies {
modImplementation include("maven.modrinth:extra-entity-attributes:<version>")
}
Credits
Inspiration
If it wasn't obvious enough this mod is heavily inspired by Additional Entity Attributes. Therefore this mod is also fully compatible with Additional Entity Attributes as it only adds attributes which are not in Additional Entity Attributes.
Code
I reused some code of Artifacts (see Source Code to know where).
Support
If you have questions, encounter problems, find bugs or have suggestions you can join my discord server:
Available Versions
How to Install Extra Entity Attributes on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.1).
Install Mod
Open the mod browser in the dashboard and search for "Extra Entity Attributes". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.1, 1.21
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Extra Entity Attributes server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.1). You can switch loaders with one click in the panel.
Is Extra Entity Attributes compatible with fabric and quilt?
Extra Entity Attributes officially supports fabric, quilt for Minecraft 1.21.1, 1.21. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Extra Entity Attributes – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Extra Entity Attributes consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Extra Entity Attributes with just one click on your server.
