
Data Attributes
Мод Data Attributes полностью перерабатывает систему атрибутов сущностей в Майнкрафт и открывает её для настройки через датапаки. Идеально для RPG-сборок и кастомных серверов.
Оцените первым
315.2K
26
Список изменений
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.
Метаданные
Канал релиза
Release
Номер версии
1.4.4+1.19.2
Загрузчики
Fabric
Версии игры
1.19.2
Загрузок
1.9K
Дата публикации
30.04.2023
