Fuzss / blockrunner

Encourages path building by making you run faster on certain blocks such as path blocks.
https://www.curseforge.com/minecraft/mc-mods/block-runner-forge
Mozilla Public License 2.0
1 stars 5 forks source link

[Bug]: Not working on dirt path slabs (Extended Slabs +) #7

Closed MarioSMB closed 1 year ago

MarioSMB commented 1 year ago

Mod Loader (Required)

Forge

Minecraft Version (Required)

1.18.2

Mod Version (Required)

3.0.2

Notes (Required)

Setting the Dirt Path Slab block (extendedslabs:dirt_path_slab) from Extended Slabs + as a speedy block does not function when walking on the slab - stepping onto it, the view changes very briefly then returns to regular walking speed.
Double slabs of the same block work, and other regular slabs function just fine (it's exclusive to the dirt path slab).

latest.log (Optional)

No response

Fuzss commented 1 year ago

Block Runner currently only correctly works with full sized blocks. I'm simply using the vanilla code from the Soul Speed enchantment, I'll have to switch to a different implementation at some point to support things like slabs and carpets.

MarioSMB commented 1 year ago

Slabs do work though (as do vanilla paths), just not the path slabs from Extended Slabs, probably due to their custom size - if I understand correctly the offset of 0.4375001 referenced here is just low enough for slabs but not for path slabs.

Fuzss commented 1 year ago

Should be fixed in v4.2.1.