promotional bannermobile promotional banner

Data Attributes

Overhauls the entity attributes system and exposes it with datapacks.
Back to Files

1.4.4+1.19.2

File namedataattributes-1.4.4+1.19.2.jar
Uploaded
Apr 30, 2023
Downloads
179.3K
Size
110.1 KB
Mod Loaders
Fabric
File ID
4513840
Type
R
Release
Supported game versions
  • 1.19.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:data-attributes-514734:4513840"

Learn more about Curse Maven

What's new

Changelog

+Added hierarchy entity types that can be used to apply attributes to all entities that are an instance of an entity class. Currently supported types are as follows:

| Identifier | Class Type | | -------------- | -------------- | | dataattributes:living_entity | LivingEntity | | dataattributes:mob_entity | MobEntity | | dataattributes:path_aware_entity | PathAwareEntity | | dataattributes:hostile_entity | HostileEntity | | dataattributes:passive_entity | PassiveEntity | | dataattributes:animal_entity | AnimalEntity |

These have a hierarchy of:

LivingEntity ┗ MobEntity ┗ PathAwareEntity ┣ HostileEntity ┗ PassiveEntity ┗ AnimalEntity

This feature is useful for when you want to modify the attributes of many different mobs, but do not know every mob's EntityType identifier.

Type
Name
Game Versions
Mod Loaders
Size
Downloads
Uploaded