You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//ToDo: implement the rest of the settings and maybe add a couple more
22
23
23
24
privateval ignoreHand by setting("Ignore Hand", false, "Prevents adjusting the players hand", visibility = { page ==Page.General })
24
-
val swingMode by setting("Swing Mode", SwingMode.MainHand, "Changes which hands swing", visibility = { page ==Page.General })
25
+
privateval swingMode by setting("Swing Mode", SwingMode.Standard, "Changes which hands swing", visibility = { page ==Page.General })
25
26
val swingSpeed by setting("Swing Speed", 6, 0..20, 1, "Adjusts how fast the player swings", visibility = { page ==Page.General })
26
27
val swingProgress by setting("Swing Progress", 0.0f, 0.0f..1.0f, 0.025f, "Renders as if the player was this progress through the swing animation", visibility = { page ==Page.General })
27
28
val oldSwingAnimation by setting("Old Swing Animation", false, "Adjusts the swing animation to what it looked like in 1.8", visibility = { page ==Page.General })
0 commit comments