Skip to content

Commit

Permalink
set third person sneaking to on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Jun 24, 2024
1 parent 43d3224 commit 7d11b3d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public class OldAnimationsSettings extends Config {
description = "Synchronizes the player model's sneaking behavior to the eye height to replicate the same behavior in 1.7. Disable if incompatible with cosmetic mods",
subcategory = "Smooth Sneaking"
)
public static boolean smoothModelSneak = false;
public static boolean smoothModelSneak = true;

// Interaction
@Switch(
Expand Down Expand Up @@ -821,5 +821,6 @@ public OldAnimationsSettings() {
addDependency("entityTransforms", "thirdTransformations");
// Sneaking
addDependency("longerUnsneak", "smoothSneaking");
addDependency("smoothModelSneak", "smoothSneaking");
}
}

0 comments on commit 7d11b3d

Please sign in to comment.