Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1holz authored Aug 10, 2022
1 parent 15e438a commit a196736
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
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.

0 comments on commit a196736

Please sign in to comment.