Darkhax-Minecraft / WAWLA

What Are We Looking At (WAWLA) is a mod aimed and drawing more attention to providing in-game documentation for players.
GNU Lesser General Public License v2.1
32 stars 22 forks source link

[1.12] Mules and donkeys have no speed/jump display #82

Closed zontargs closed 6 years ago

zontargs commented 6 years ago

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.

Darkhax commented 6 years ago

Thanks! I will push an update out soon 😃