Skip to content

Commit

Permalink
[~] Version change + log spam fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crispytwig committed Dec 26, 2023
1 parent f7a3242 commit bced91e
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 @@ -11,7 +11,7 @@ geckolib_version=4.2.4
mod_menu_version=7.2.2

# Mod Properties
mod_version=1.0.1-fabric
mod_version=1.0.2-fabric
maven_group=com.starfish_studios
archives_base_name=hamsters

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ public void aiStep() {
this.setDeltaMovement(0, 0, 0);
}

System.out.println(getWaitTimeWhenRunningTicks());
// System.out.println(getWaitTimeWhenRunningTicks());

if (this.getWaitTimeWhenRunningTicks() > 0) {
this.setWaitTimeWhenRunningTicks(this.getWaitTimeWhenRunningTicks() - 1);
Expand Down

0 comments on commit bced91e

Please sign in to comment.