-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Is your feature request related to a problem? Please describe.
I am running a server on Folia and using MCPets.
Currently, MCPets heavily relies on ModelEngine (or ItemsAdder) to render entities.
However, running ModelEngine on Folia can be challenging and resource-intensive. I have switched my server's model infrastructure to BetterModel because:
- It has native Folia compatibility (threading safety).
- It offers significantly better performance for high entity counts.
- It creates less lag compared to the traditional ModelEngine.
The problem is that MCPets does not currently recognize BetterModel as a valid model provider, so I cannot use my BetterModel assets for pets.
Describe the solution you'd like
I would like to request integration/compatibility for BetterModel.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels