Botania

Botania

133M Downloads

Soujourner's Sash sets incorrect stepheight on removal

esotericist opened this issue ยท 0 comments

commented

As of vanilla minecraft 1.8, base stepheight is 0.6f, not 0.5f. When the sash is removed, it incorrectly sets stepheight to 0.5.

https://github.com/Vazkii/Botania/blob/master/src/main/java/vazkii/botania/common/item/equipment/bauble/ItemTravelBelt.java#L97

This causes problems with chisels and bits stairs.

ChiselsAndBits/Chisels-and-Bits#85