Skip to content

Commit

Permalink
Finish making Ok Zoomer work like Optifine
Browse files Browse the repository at this point in the history
Hooray!
  • Loading branch information
Past Ennui committed Jan 6, 2020
1 parent 95035e2 commit 06a915c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ public static class AdvancedSmoothTransSettings {

@Comment("The multiplier applied to the FOV when zooming.\n1.25 is the recommended maximum, anything above that will break the FOV.")
@ConfigEntry.Gui.Tooltip(count = 3)
double zoomMultiplier = 0.5;
double zoomMultiplier = 0.25;
}

0 comments on commit 06a915c

Please sign in to comment.