Skip to content

Commit

Permalink
bruH
Browse files Browse the repository at this point in the history
Signed-off-by: Octol1ttle <[email protected]>
  • Loading branch information
Octol1ttle committed Feb 19, 2025
1 parent bf8fd91 commit 16f8e0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class FireworkComputer(computers: ComputerView, private val mc: MinecraftClient)
}
}

override fun calculateThrustForSpeed(targetSpeed: Int): Float {
override fun calculateThrustForSpeed(targetSpeed: Float): Float {
return (targetSpeed / 30.0f).coerceIn(0.0f..1.0f)
}

Expand Down

0 comments on commit 16f8e0f

Please sign in to comment.