[1.7.9] When trying to convert [...]$SpawnReason.MOUNT to a [...]MCSpawnReason, no match was found
LadyCailinBot opened this issue ยท 2 comments
CMDHELPER-2941 - Reported by dddeeefff
I could be wrong but it appears there is a new Bukkit spawn reason and commandhelper doesn't have abstraction for it yet.
Full stack trace here:
Comment by dddeeefff
Here is the relevant commit.
Bukkit/Bukkit@ded772d#diff-4b25e5e283344c1272a3459973ae43a4
AFAIK all that needs to be done is add the new spawn reasons to the abstraction.
There is a difference between MOUNT and JOCKEY. a JOCKEY spawn reason refers to when an entity is spawned as the rider of another entity (e.g the skeleton in spider jockey). The MOUNT is spawned as the entity that is being ridden by another entity (e.g. the chicken of a baby zombie chicken rider).