Entity Attributes
YummyLoop opened this issue ยท 1 comments
The architectury api is missing its own implementation of the fabric/forge equivalent, to assign attributes to entities:
Fabric:
FabricDefaultAttributeRegistry.register(....)
Forge:
? GlobalEntityTypeAttributes.put(...)
Duplicate of #31