SPIGOT-7965: Unknown TransformReason for Hoglins

This commit is contained in:
md_5 2024-11-27 07:08:11 +11:00
parent 9db034578d
commit ed0ec4893b
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -109,7 +109,7 @@ public class EntityTransformEvent extends EntityEvent implements Cancellable {
*/
SPLIT,
/**
* When a piglin converts to a zombified piglin.
* When a piglin (or hoglin) converts to a zombified version from overworld presence.
*/
PIGLIN_ZOMBIFIED,
/**