squeeglii / BridgingMod

A mod for Minecraft (1.17-1.20+) which adds bedrock-style reacharound-placement mechanics for Fabric, Quilt & Forge
MIT License
8 stars 7 forks source link

[Suggestion] Able to place down variant of the slab and delay #2

Closed SLimeyMC closed 1 year ago

SLimeyMC commented 1 year ago

if player is half block lower and bridging with slab, it will place down variant ;) Also add a configurable delay to activate bridging so it doesn't bridge when i don't want to

Disketaa commented 1 year ago

+1

squeeglii commented 1 year ago

Slab placing is still in the works as I wanted to rewrite the placement logic to make it more feasible. Should see it in a later release.

There's now a way to disable bridging in the config while I work something like a delay. It could also be bindable to a hotkey to give a bit more control perhaps. The new placement logic prioritises vanilla-style placements over bridging anyway which hopefully should make this less of an issue :)

squeeglii commented 1 year ago

Right welp, that's both of the features implemented! I've opted for adding a key binding in the end as I think that's a bit more controllable than a delay but feedback is always welcome :)

Shall be shipped in 2.1.0 soonTM