https://github.com/Ninjabrain1/Ninjabrain-Bot with support for calibrating on wayland
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #54 from ExeRSolver/main

Fix tall res pixel correction

authored by

Filip R and committed by
GitHub
42e251ba ffdfc2ab

+1 -1
+1 -1
src/main/java/ninjabrainbot/model/datastate/endereye/EnderEyeThrow.java
··· 18 18 19 19 @Override 20 20 public final double verticalAngle() { 21 - return 0; 21 + return verticalAngle; 22 22 } 23 23 24 24