[1.12] Mules and donkeys have no speed/jump display
zontargs opened this issue ยท 1 comments
Probably due to mules and donkeys getting their own ID in 1.11, mules and donkeys don't display their speed and jumping stats.
I suspect
if (data.entity instanceof EntityHorse) {
in wawla/plugins/vanilla/PluginHorse.java no longer returns true for mules and donkeys.