Skip to content

Commit

Permalink
Update description of backwards walk animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Dec 24, 2023
1 parent 186925a commit cd17d95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
// Adds support for kotlin, and adds the Polyfrost Gradle Toolkit
// which we use to prepare the environment.
plugins {
kotlin("jvm")
id("org.polyfrost.multi-version")
id("org.polyfrost.defaults.repo")
id("org.polyfrost.defaults.java")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public class OldAnimationsSettings extends Config {

@Switch(
name = "1.15+ Backwards Walk Animation",
description = "Back-ports the 1.15 armor glint rendering.",
description = "Back-ports the 1.15 walking animation.",
category = "Misc", subcategory = "Modern"
)
public static boolean modernMovement = false;
Expand Down

0 comments on commit cd17d95

Please sign in to comment.