TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Horse offspring jump strength very low

p0kes opened this issue ยท 5 comments

commented

Describe the bug
Horse/donkey offspring jump strength very low.

To Reproduce
Breed horse offspring and check jump strength (always 0.5?)

Meta Info

  • TFC Version: 0.X.X.135 on test server
commented

JUMP_STRENGTH should be SharedMonsterAttributes.JUMP_STRENGTH in line 182 of EntityHorseTFC.java perhaps?

commented

there's no JUMP_STRENGTH in SharedMonsterAttributes. Horses have it's own attribute which is the one we are using it. The issue lies somewhere else, i will take a look when i can.

commented

OK thanks, sorry for the misdirection :-)

commented

I've fixed waila implementation to show this, but in my tests i have found that they are working as intended, maybe it was a desync issue, or something related to old worlds don't know.

image
(Mule I bred to test, random spawned a male donkey and a female horse, only command used was to skip time)

commented

Seems to be working past build 144 (at least, on new worlds), Closing.