This API provides the framework and necessary patches for storing custom and persistent data onto entities.
This API provides a helper class CustomDataHelper
that can be used to easily access the data stored on an entity.
Every push to this repository is built and published to the BlameJared maven, to use these builds in your project, simply add the following code in your build.gradle
repositories {
maven { url 'https://maven.blamejared.com' }
}
dependencies {
runtimeOnly fg.deobf("com.faux.faux-custom-entity-data:Faux-Custom-Entity-Data-fabric-1.18.1:[VERSION]")
}
Just replace [VERSION]
with the latest released version, which is currently:
Simply remove the v
and use that version, so v1.0.0
becomes 1.0.0