Additional Entity Attributes (Forge)
An unofficial NeoForge port of the Additional Entity Attributes library.
1,601
4
Game Mechanics
Library
Utility
Additional Entity Attributes (Forge) has been archived. Additional Entity Attributes (Forge) will not receive any further updates unless the author decides to unarchive the project.
Compatibility
Minecraft: Java Edition
1.20–1.20.2
Platforms
Forge
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Details
Licensed MIT
Published 11 months ago
Updated 11 months ago
Additional Entity Attributes now supports NeoForge natively, which is why this project has become archived.
This is an unofficial NeoForge port of Additional Entity Attributes for Fabric.
Adds a list of new attributes for entities and players. These Attributes allow for mod compatibility between all mods that use those and serve as an API for mods that want to make use of those.
Current Attributes
additionalentityattributes:critical_bonus_damage
: Controls the bonus damage dealt when dealing critical hits.additionalentityattributes:water_speed
: Controls the speed of the player when in water.additionalentityattributes:water_visibility
: Controls the vision of the player when in water by adjusting the fog distance.additionalentityattributes:lava_speed
: Controls the speed of the player when in lava.additionalentityattributes:lava_visibility
: Controls the vision of the player when in lava by adjusting the fog distance.additionalentityattributes:generic.dig_speed
: Controls the dig speed of the player.additionalentityattributes:generic.lung_capacity
: Additional air when underwater / suffocating.additionalentityattributes:generic.bonus_loot_count_rolls
: Controls the drops the player gets when using enchantments, such as looting or fortune.additionalentityattributes:generic.bonus_rare_loot_rolls
: Number of rerolls when chance based loot tables are rolled.additionalentityattributes:player.dropped_experience
Modifies the experience dropped from mining blocks and killing mobs.additionalentityattributes:player.magic_protection
: Reduces the amount of magic damage taken.
@Players
Chances are, you do not have to install this library yourself, since most mods that make use of it, will ship it themselves. If you want to make use of the above attributes via commands or anything else, feel free to, of course.
@Developers
Feel free to JIJ