Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
IoIxD committed May 21, 2024
1 parent 6d24d1b commit a6cbb8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.1
loader_version=0.14.22

# Mod Properties
mod_version=1.2.2
mod_version=1.2.0
maven_group=net.ioixd
archives_base_name=cobblemounts

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private void tickMovement(Vec3d movement, CallbackInfo info) {
* ((pokemonData.getSpeed() / 12.0f) * (speedScalar / 2.0f));
} else {
movementSpeed = (player.getMovementSpeed() * 10.0f
* (20.5f * (float) Math.log((pokemonData.getSpeed() + speedScalar) / speedScalar)));
* (2.5f * (float) Math.log((pokemonData.getSpeed() + speedScalar) / speedScalar)));
}
if (isLegendary) {
if (isSpeedCapped) {
Expand Down

0 comments on commit a6cbb8e

Please sign in to comment.