EntityLib/api
steve 5a5c7c8dc1
fix: correct BaseHorseMeta inheritance and remove non-functional owner methods
Inheriting from MobMeta caused incorrect metadata offsets for horses, leading to client disconnections when metadata packets were sent. Vanilla horses don't synchronize Owner UUID via metadata, making the previous owner methods non-functional client-side.

Changing inheritance to AgeableMeta also enables baby horse functionality.
2025-04-30 13:54:54 +02:00
..
src/main/java/me/tofaa/entitylib fix: correct BaseHorseMeta inheritance and remove non-functional owner methods 2025-04-30 13:54:54 +02:00
build.gradle.kts remove compileOnlyApi 2024-07-16 11:48:31 +04:00