Skip to content

Commit

Permalink
make some configs default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
WaitingIdly committed Jun 6, 2024
1 parent 5c9c131 commit 3be0fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public static class EntitiesCategory
@Config.RequiresMcRestart
@Config.Name("Fixes Invisible Player when Flying with Elytra")
@Config.Comment("Fixes the player model occasionally disappearing when flying with elytra in a straight line in third-person mode")
public boolean utFixInvisiblePlayerModelWithElytra = false;
public boolean utFixInvisiblePlayerModelWithElytra = true;

@Config.RequiresMcRestart
@Config.Name("Entity Bounding Box")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@ public static class PerformanceCategory
@Config.RequiresMcRestart
@Config.Name("Improve Language Switching Speed")
@Config.Comment("Improves the speed of switching languages in the Language GUI")
public boolean utImproveLanguageSwitchingSpeed = false;
public boolean utImproveLanguageSwitchingSpeed = true;

@Config.RequiresMcRestart
@Config.Name("Mute Advancement Errors")
Expand Down

0 comments on commit 3be0fb1

Please sign in to comment.