Download Extra Entity Attributes — Minecraft Mods — MetaMods

Extra Entity Attributes

Active

Downloads

0

Last update

3 weeks ago
Client
Food
Libraries
Utils

Extra Entity Attributes

This mod expands Minecraft's capabilities by adding 12 unique attributes to the game. These parameters can be used by developers of other mods as a powerful API, and also allow players to fine-tune various gameplay aspects.

Features and Capabilities

The mod introduces the following attributes:

  • VILLAGER_DISCOUNT (player): adjusts purchase costs from villagers
  • MAX_HUNGER (player): controls maximum hunger level
  • FOOD_NUTRITION_MULTIPLIER (player): affects hunger restored from food
  • FOOD_SATURATION_MULTIPLIER (player): configures saturation gained from food
  • EATING_SPEED (player): food consumption speed
  • DRINKING_SPEED (player): potion drinking speed
  • STATUS_EFFECT_DURATION (living entities): duration of potion and beacon effects
  • SPRINTING_SPEED (player): sprinting speed
  • CLIMBING_SPEED (living entities): climbing speed
  • CREATIVE_FLYING_SPEED (player): creative mode flying speed
  • SLIPPERINESS (living entities): ice slipperiness level
  • NAME_TAG_VISIBILITY_RANGE (player): name tag visibility distance

Player instantly eating food and having increased hunger

How to use:

For players: All parameters are easily configurable using the /attribute command in-game. For example:

/attribute @p extra-entity-attributes:status_effect_duration base set 2

This command will double the duration of all potion and beacon effects for the nearest player

For developers: The mod can be freely used in your own projects without any restrictions.

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>")
}

Inspired by Additional Entity Attributes, with which it's fully compatible, adding only attributes missing there. Some code is borrowed from the Artifacts project.

Project members
Fneifnox

Fneifnox

Created: 2 Oct 2025

ID: 268933