nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Data Attributes

Data Attributes

Mod

Overhauls the entity attribute system and exposes it with datapacks.

Client and server LibraryUtility

148.0k downloads
27 followers

1.4.4+1.19.2

Changelog

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.

Dependencies

Files

dataattributes-1.4.4+1.19.2.jar(110.11 KiB) Primary Download
dataattributes-1.4.4+1.19.2-sources.jar(64.69 KiB) Download

External resources


Project members

clevernucleus

Owner


Technical information

License
MIT
Client side
required
Server side
required
Project ID