mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-15 14:13:56 +01:00
SPIGOT-7965: Unknown TransformReason for Hoglins
By: md_5 <git@md-5.net>
This commit is contained in:
parent
0381154988
commit
f722ad8301
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue