Skip to content

Commit

Permalink
upstreammm
Browse files Browse the repository at this point in the history
  • Loading branch information
notsatvrn committed Feb 19, 2024
1 parent fc5c4ce commit dd973d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group = me.satvrn.interstellar
version = 1.20.4-R0.1-SNAPSHOT
mcVersion = 1.20.4

purpurCommit = d66bc35cd896daddba767a84edfbc47dc6255089
purpurCommit = ec60d4826eee00a1df37d0d4a98b05b84f3084d3

org.gradle.caching = true
org.gradle.parallel = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ index 70d17e451c9e86373a8e0215a332bf939f65ae53..564a8cc82bf721b1b39995d13df26eab
}

protected void updateSwingTime() {
+ // Lithium start - entity.fast_hand_swing
+ // Interstellar start - Improve hand swing logic
+ /*
int i = this.getCurrentSwingDuration();

Expand All @@ -36,7 +36,7 @@ index 70d17e451c9e86373a8e0215a332bf939f65ae53..564a8cc82bf721b1b39995d13df26eab
+
+ this.swingTime = 0;
+ this.attackAnim = 0;
+ // Lithium end
+ // Interstellar end
}

@Nullable

0 comments on commit dd973d9

Please sign in to comment.