`High Stride` TCon modifier (two pistons) not working
Krutoy242 opened this issue ยท 5 comments
Don't know if it's related: this issue seems to extend to the Thaumcraft Belt of the Traveler, but NOT Boots of the Traveler.
As well, Boots of the Traveler no longer give extra jump height and will overwrite the jump height increase if wearing them with Belt of the Traveler.
Modpack version v1.35.0
Jump height effects being broken is a result of B:"Controllable Jump Boost"=true
in potioncore.cfg
. Setting it to false fixes these issues.
B:"Controllable Jump Boost"=true
Sadly, but setting B:"Controllable Jump Boost"=false
does not fixing "High Stride" issue and player still cant step up on a full block.
The config option was sort of a response to:
As well, Boots of the Traveler no longer give extra jump height and will overwrite the jump height increase if wearing them with Belt of the Traveler.
I found that bug a long time ago (after a painstaking binary search) and have been trying to spread the word about it since a lot of packs suffer from the issue.
Setting the config option to false fixes Boots of the Traveler jump boost, Living Armor jump boost, and a few others I can't remember off the top of my head.