HomeJavaModsExtra Entity Attributes
Extra Entity Attributes
Extra Entity Attributes — screenshot 1

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 VILLAGER_DISCOUNT

max_hunger MAX_HUNGER

food_nutrition_multiplier FOOD_NUTRITION_MULTIPLIER

food_saturation_multiplier FOOD_SATURATION_MULTIPLIER

eating_speed EATING_SPEED

drinking_speed DRINKING_SPEED

status_effect_duration STATUS_EFFECT_DURATION

lifesteal LIFESTEAL

hungersteal HUNGERSTEAL

dodge_chance DODGE_CHANCE

sprinting_food SPRINTING_FOOD

crossbow_pull_time_multiplier CROSSBOW_PULL_TIME_MULTIPLIER

fishing_duration_multiplier FISHING_DURATION_MULTIPLIER

additional_fishing_luck ADDITIONAL_FISHING_LUCK

sprinting_speed SPRINTING_SPEED

climbing_speed CLIMBING_SPEED

creative_flying_speed CREATIVE_FLYING_SPEED

mount_speed_multiplier MOUNT_SPEED_MULTIPLIER

max_jumps MAX_JUMPS

slipperiness SLIPPERINESS

name_tag_visibility_range NAME_TAG_VISIBILITY_RANGE

A Player that eats food instantly and has more hunger

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:

Fneifnox's Mods Discord Server

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more