Mod

AEA+ Fork

Quick rating

AEA+ Fork

No reviews yet

This is a fork of the original Additional Entity Attributes

No Theme
No Genre
API/Library
Mod Loaders
NeoForge
Fabric
Quilt
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
additionalentityattributes-1.7.6+1.20.1.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

This mod is a fork of the 1.20.1 Fabric version, Additional Entity Attributes that adds new attributes for both players and mobs. These attributes allow mod compatibility and serve as an API for mods that make use of them.

The original mod can be found here:
https://modrinth.com/mod/additionalentityattributes 

Current Attributes:

  • WATER_SPEED (living entities): Controls the speed of the player when in water.
  • LAVA_SPEED (living entities): Controls the player's speed when in lava.
  • LUNG_CAPACITY (living entities): Extra air when underwater / suffocating
  • JUMP_HEIGHT (living entities): Controls the jump height of the player.
  • DROPPED_EXPERIENCE (living entities): Changes the amount of experience dropped from mining blocks and killing mobs.
  • MAGIC_PROTECTION (living entities): Reduces the amount of magic damage taken.
  • WIDTH (living entities): Controls the player's width.
  • HEIGHT (living entities): Controls the player's height.
  • HITBOX_SCALE (living entities): Controls the player's hitbox scale.
  • HITBOX_WIDTH (living entities): Controls the player's hitbox width.
  • HITBOX_HEIGHT (living entities): Controls the player's hitbox height.
  • MODEL_SCALE (living entities): Controls the player's model scale.
  • MODEL_WIDTH (living entities): Controls the player's model width.
  • MODEL_HEIGHT (living entities): Controls the player's model height.
  • MOB_DETECTION_RANGE (living entities): Controls the range that the player can be detected by hostile mobs.
  • WATER_VISIBILITY (player only): Controls the player's visibility in water by adjusting the fog distance.
  • LAVA_VISIBILITY (player only): Controls the player's visibility in lava by adjusting the fog distance.
  • CRITICAL_BONUS_DAMAGE (player only): Controls the bonus damage dealt when critical hits are made.
  • DIG_SPEED (player only): Controls the player's digging speed
  • BONUS_LOOT_COUNT_ROLLS (player only): Controls the number of drops the player receives when using enchantments such as Loot and Luck.
  • BONUS_RARE_LOOT_ROLLS (player only): The number of times the chance-based loot table is rolled.
  • COLLECTION_RANGE (player only): Controls the distance where the player is able to collect ("touch") entity types in the additionalentityattributes:affected_by_collection_range tag (like items & experience orbs)

Adds a list of new attributes for entities and players. These attributes allow mod compatibility and serve as an API for mods that make use of them.

Current Attributes

  • WATER_SPEED (living entities): Controls the speed of the player when in water.
  • LAVA_SPEED (living entities): Controls the player's speed when in lava.
  • LUNG_CAPACITY (living entities): Extra air when underwater / suffocating
  • JUMP_HEIGHT (living entities): Controls the jump height of the player.
  • DROPPED_EXPERIENCE (living entities): Changes the amount of experience dropped from mining blocks and killing mobs.
  • MAGIC_PROTECTION (living entities): Reduces the amount of magic damage taken.
  • WIDTH (living entities): Controls the player's width.
  • HEIGHT (living entities): Controls the player's height.
  • HITBOX_SCALE (living entities): Controls the player's hitbox scale.
  • HITBOX_WIDTH (living entities): Controls the player's hitbox width.
  • HITBOX_HEIGHT (living entities): Controls the player's hitbox height.
  • MODEL_SCALE (living entities): Controls the player's model scale.
  • MODEL_WIDTH (living entities): Controls the player's model width.
  • MODEL_HEIGHT (living entities): Controls the player's model height.
  • MOB_DETECTION_RANGE (living entities): Controls the range that the player can be detected by hostile mobs.
  • WATER_VISIBILITY (player only): Controls the player's visibility in water by adjusting the fog distance.
  • LAVA_VISIBILITY (player only): Controls the player's visibility in lava by adjusting the fog distance.
  • CRITICAL_BONUS_DAMAGE (player only): Controls the bonus damage dealt when critical hits are made.
  • DIG_SPEED (player only): Controls the player's digging speed
  • BONUS_LOOT_COUNT_ROLLS (player only): Controls the number of drops the player receives when using enchantments such as Loot and Luck.
  • BONUS_RARE_LOOT_ROLLS (player only): The number of times the chance-based loot table is rolled.
  • COLLECTION_RANGE (player only): Controls the distance where the player is able to collect ("touch") entity types in the additionalentityattributes:affected_by_collection_range tag (like items & experience orbs)

Entity Type Tags

  • additionalentityattributes:affected_by_collection_range: Marks an entity type as being affected by the collection range attribute (by default items & experience orbs).

Usage

Players

You will probably not need to install this library yourself, as most mods that use it will ship with it. If you want to use the above attributes via commands or anything else, feel free to do so, of course.

@Developers

Feel free to JIJ. You can fetch all builds from the Modrinth Maven:

repositories {
	exclusiveContent {
		forRepository {
			maven {
				name = "Modrinth"
				url = "https://api.modrinth.com/maven"
			}
		}
		filter {
			includeGroup "maven.modrinth"
		}
	}
}
dependencies {
	modImplementation include("maven.modrinth:AdditionalEntityAttributes:<version>")
}

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~86,000
Total Downloads
CurseForge
<1,000
Modrinth
~85,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync