thatsIch / IntelliE

Addon for AppliedEnergistics
11 stars 1 forks source link

IntelligentEnergistics breaks step up ability in Botiana #15

Closed 55chevypickup closed 9 years ago

55chevypickup commented 9 years ago

When IntelligentEnergistics and botiana are installed it breaks the step up ability of the Soujourner's sash. It also stop the step up of the horse in morph.

thatsIch commented 9 years ago

What would be a desired effect? I have never played either of both mods, so I am not aware how you define "breaks"

wasweb commented 9 years ago

Soujourner's sash increases player.stepHeight like IntelliE's horseshoes, but IntelliE's registration logic sets the stepHeight to 0.5F even when the Soujourner's sash or something else would override it. It's even breaks one of the Tinkers' armor functionality. Here is the TiC logic for changing stepheight: https://github.com/SlimeKnights/TinkersConstruct/blob/master/src/main/java/tconstruct/armor/ArmorAbilities.java#L71-L82

thatsIch commented 9 years ago

ok, this seems like an easy fix, I think. I will take a look into that.

thatsIch commented 9 years ago

New version should fix this, thanks for reporting