BedrockIfy - Bedrock Features on Java!

BedrockIfy - Bedrock Features on Java!

410k Downloads

ReachAround cannot reach

lonefelidae16 opened this issue · 0 comments

commented

Hi👋

I’ve found that ReachAround block placement feature won’t work when reachAroundBlockDistance is more than 0.5.

It’s caused by the PR #212. When a new BlockHitResult is created, the player’s position is directly specified in the first argument.

this.crosshairTarget = new BlockHitResult(player.getPos(), player.getHorizontalFacing(), targetPos, false);

I will create a new PR for this fix.