Architectury API (Fabric/Forge/NeoForge)

Architectury API (Fabric/Forge/NeoForge)

158M Downloads

Entity Attributes

YummyLoop opened this issue ยท 1 comments

commented

The architectury api is missing its own implementation of the fabric/forge equivalent, to assign attributes to entities:

Fabric:

FabricDefaultAttributeRegistry.register(....)

Forge:

? GlobalEntityTypeAttributes.put(...)

commented

Duplicate of #31