The following pages and posts are tagged with
Title | Type | Excerpt |
---|---|---|
Adding Behaviour | Page | Data Attributes adds Adding Behaviours to attributes. This section briefly outlines their use. |
API | Page | Important: This section is now outdated and unsupported. Click here for the latest release. Structure and Overview Data Attributes includes an API package, located at com.github.clevernucleus.dataattributes.api and contains the following: 📂api ┣📂attribute ┃ ┣📄AdditionFunction.java interface ┃... |
Attribute Functions | Page | Data Attributes introduces two entirely new ideas to Minecraft's entity attributes: functions and properties. This section covers attribute functions by pres... |
Attribute Properties | Page | Data Attributes introduces two entirely new ideas to Minecraft's entity attributes: functions and properties. This section covers attribute properties by pre... |
Datapacks | Page | This section provides an overview of the datapack structure used by Data Attributes for Minecraft 1.17.1. |
Entity Types | Page | This section covers how to add attributes to specific entity types, how to set the attribute's default values for that entity and how the json that does this... |
Home | Page | Data Attributes is a Minecraft mod, initially released for Minecraft 1.17.1 using the Fabric ecosystem. The mod does two things: overhauls Minecraft's entity... |
Overrides | Page | Json overrides can be used to either override pre-existing attributes, either vanilla or modded, or if non-existant a new attribute is created. Therefore, ne... |
API | Page | Important: This section is now outdated and unsupported. Click here for the latest release. Structure and Overview Data Attributes includes an API package, located at com.github.clevernucleus.dataattributes.api and contains the following: 📂api ┣📂attribute ┃ ┣📄IEntityAttribute.java interface ┃... |
Attribute Functions | Page | Data Attributes introduces two entirely new ideas to Minecraft's entity attributes: functions and properties. This section covers attribute functions by pres... |
Attribute Properties | Page | Data Attributes introduces two entirely new ideas to Minecraft's entity attributes: functions and properties. This section covers attribute properties by pre... |
Datapacks | Page | This section provides an overview of the datapack structure used by Data Attributes for Minecraft 1.18.1. |
Entity Types | Page | This section covers how to add attributes to specific entity types, how to set the attribute's default values for that entity and how the json that does this... |
Home | Page | Data Attributes is a Minecraft mod, initially released for Minecraft 1.17.1 using the Fabric ecosystem. The mod does two things: overhauls Minecraft's entity... |
Overrides | Page | Json overrides can be used to either override pre-existing attributes, either vanilla or modded, or if non-existant a new attribute is created. Therefore, ne... |
Stacking Behaviour | Page | This section covers Stacking Behaviour, including: what it means; what it does; and how it's different from previous releases. |
API | Page | Structure and Overview Data Attributes includes an API package, located at com.github.clevernucleus.dataattributes.api and contains the following: 📂api ┣📂attribute ┃ ┣📄IEntityAttribute.java interface ┃ ┣📄IEntityAttributeInstance.java interface ┃ ┣📄IItemEntityAttributeModifiers.java interface ┃ ┣📄StackingBehaviour.java enum ┃ ┗📄StackingFunction.java interface ┃ ┣📂event ┃ ┣📄EntityAttributeModifiedEvents.java class ┃ ┗📄AttributesReloadedEvent.java class ┃ ┣📂item... |
Attribute Functions | Page | Data Attributes introduces two entirely new ideas to Minecraft's entity attributes: functions and properties. This section covers attribute functions by pres... |
Attribute Properties | Page | Data Attributes introduces two entirely new ideas to Minecraft's entity attributes: functions and properties. This section covers attribute properties by pre... |
Datapacks | Page | This section provides an overview of the datapack structure used by Data Attributes for Minecraft 1.18.2. |
Entity Types | Page | This section covers how to add attributes to specific entity types, how to set the attribute's default values for that entity and how the json that does this... |
Home | Page | Data Attributes is a Minecraft mod, initially released for Minecraft 1.17.1 using the Fabric ecosystem. The mod does two things: overhauls Minecraft's entity... |
Overrides | Page | Json overrides can be used to either override pre-existing attributes, either vanilla or modded, or if non-existant a new attribute is created. Therefore, ne... |
Stacking Behaviour | Page | This section covers Stacking Behaviour, including: what it means; what it does; and how it's different from previous releases. |