TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Mules have identical stats for Jump and Speed in HWYLA

p0kes opened this issue ยท 4 comments

commented

Breeding several mules on the test server and they have identical numbers for Jump and Speed, see image.

Inked2020-06-07_00 46 29_LI

Possibly related to #1142 ?

Meta Info

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

Copy-pasta-forgot-to-change-to-correct-values bug, thanks for finding that

commented

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");
commented

Also fits with #1381

commented

Moved to #1381