We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864a123 commit 6beb172Copy full SHA for 6beb172
src/main/java/com/jelly/FarmHelper/FarmHelper.java
@@ -589,7 +589,7 @@ else if (inTrenches) {
589
if ((mc.thePlayer.posY % 1) == 0) {
590
if (!stuck && !dropping) {
591
try {
592
- // AngleUtils.hardRotate(playerYaw);
+ AngleUtils.hardRotate(playerYaw);
593
} catch (Exception e) {
594
e.printStackTrace();
595
}
@@ -826,7 +826,7 @@ else if ((mc.thePlayer.posY % 1) == 0.8125) {
826
827
} else {
828
829
830
831
832
0 commit comments