Botania

Botania

133M Downloads

Another Sash bug

SFort opened this issue ยท 11 comments

commented

Botania: r1.6-190

when having the sash on you can not pass thru a certain some stairs
Screenshot: http://prntscr.com/78ue4b

commented

I've experienced the same with the Free Runners (Mekanism), it's because the way step assist works, I don't know if something can be done about.

commented

Its a problem that exists with pretty much everything that gives step assist, boots of the traveller, sashes, Free Runners (as MrKunki said above) etc.

commented

This is an issue with collision detection in minecraft itself and not an issue in botania, it is the same reason you cannot walk into a 2 block high gap from soul sand.

commented

Step assist work funny in stairs, also, your lighting isn't helping much, take the screenshot again with better light.

commented

http://prntscr.com/78uoqy it occurs if you try and go thru stairs on the top and bottom

commented

While it might be a issue with Minecraft its not a issue "in Minecraft itself" since Minecraft does not modify the stephight witch I assume is the issue and I can't think of a way of a way around it. Just wanted to note it incase of somebody knowing the solution

commented

Unfortunately it is a problem in minecraft itself, the way step height alteration works in mods is a simple case of changing player.stepHeight in vanilla minecraft from 0.5F to 1F, and that's the only thing that is needed for it, the issue occurs in minecraft's collision detection which makes the game think you are unable to pass through the gap (most likely an issue caused by floating point numbers)

commented

@TheWhiteWolves It is not actually an issue with floating point numbers, but when moving upwards, minecraft requires 50% of the block-space you are moving into to be empty air, even if you only need a tiny bit of that block space in actuallity.
This issue should be fixed in 1.8, since single-way soul sand doors no longer work in 1.8 either.

commented

Nothing we can do about this.

commented

We can disable stepup if the player is inside a block.

commented

On second thought, doing that is a silly idea.