Skip to content

Commit

Permalink
Face in wall update, revert extended reach
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbudda committed May 28, 2016
1 parent 514afc0 commit 682e563
Show file tree
Hide file tree
Showing 6 changed files with 1,039 additions and 616 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

/**
@@ -301,12 +308,22 @@
@@ -301,12 +308,23 @@
}
}

Expand All @@ -28,10 +28,11 @@
public float getBlockReachDistance()
{
+ // VIVE START - more reach in VR to reduce movement
+ if (!mc.vrPlayer.getFreeMoveMode())
+ {
+ return 6.0F;
+ }
+// if (!mc.vrPlayer.getFreeMoveMode())
+// {
+// return 6.0F;
+// }
+//
return this.currentGameType.isCreative() ? 5.0F : 4.5F;
+ // VIVE END - more reach in VR to reduce movement
}
Expand Down
Loading

0 comments on commit 682e563

Please sign in to comment.