Horse offspring jump strength very low
p0kes opened this issue ยท 5 comments
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
JUMP_STRENGTH should be SharedMonsterAttributes.JUMP_STRENGTH in line 182 of EntityHorseTFC.java perhaps?
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.