Mules have identical stats for Jump and Speed in HWYLA
p0kes opened this issue ยท 4 comments
Breeding several mules on the test server and they have identical numbers for Jump and Speed, see image.
Possibly related to #1142 ?
Meta Info
- TFC Version: 0.X.X.149 on test server
This looks wrong (to a non-coder)
Line 343 of EntityHorseTFC.java:
this.geneSpeed = nbt.getFloat("geneSpeed");
this.geneJump = nbt.getFloat("geneSpeed");
this.geneHealth = nbt.getFloat("geneSpeed");
Also fits with #1381
Moved to #1381