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 6397c06 commit a3b2a29Copy full SHA for a3b2a29
src/main/kotlin/gg/skytils/skytilsmod/features/impl/events/GriffinBurrows.kt
@@ -64,7 +64,7 @@ object GriffinBurrows {
64
val arrows = mutableMapOf<Arrow, Instant>()
65
val guesses = mutableMapOf<BurrowGuess, Instant>()
66
fun getDistanceFromPitch(pitch: Double) =
67
- 2805 * pitch + 1375
+ 2805 * pitch - 1375
68
69
val grassData by lazy {
70
this::class.java.getResource("/assets/skytils/grassdata.txt")!!.readBytes()
0 commit comments