-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
Dynamic View Distance is a minecraft mod that makes the view distance dynamic to save resources. The current version is intended to be used only on the client. The mod increases the view/render distance when FPS are over 60 for 5 seconds and decreases it when FPS are under 30. These values currently are hard-coded and can't be changed. Soon there should be better configuration. Currently it is recommended to only uses this mod in singleplayer since it would refresh the world with every change of the view/render distance when on a server. | ||
Dynamic View Distance is a Minecraft mod that makes the view distance dynamic to save resources. The current version is intended to be used only on the client. | ||
|
||
If FPS fall below the minimum FPS threshold (on average for 5 seconds) the render distance is decreased and vice versa for maximum FPS. | ||
|
||
I really recommend running this mod together with [ModMenu](https://www.curseforge.com/minecraft/mc-mods/modmenu) and [Cloth Config](https://www.curseforge.com/minecraft/mc-mods/cloth-config). Cloth Config is required for configuring the minimum and maximum FPS. When not installed the minimum FPS will default to 30 and maximum FPS to 60. |