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

Add compatibility with DynamicCrosshair #4

Closed Crendgrim closed 1 year ago

Crendgrim commented 1 year ago

Adds a small implementation of the DynamicCrosshair API to ensure the bridge crosshair (and also the "holding block" crosshair) gets rendered. The compat file is only loaded by DynamicCrosshair through an entrypoint, so BridgingMod can be used without DynamicCrosshair present like it has been.

Fixes #1 and Crendgrim/DynamicCrosshairCompat#21

You said you might create a pull request against DynamicCrosshairCompat.. so... UNO reverse? :)

squeeglii commented 1 year ago

Brilliant! Thank you so much!! :)

It's much more elegant than what I was planning, tyty. Uno Reverse indeed.