Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henkelmax/view-distance-fix
A server side Fabric mod that fixes the fog when having a higher render distance on the client than on the server.
https://github.com/henkelmax/view-distance-fix
fabric-mod fabricmc fabricmc-mod minecraft minecraft-mod
Last synced: about 1 month ago
JSON representation
A server side Fabric mod that fixes the fog when having a higher render distance on the client than on the server.
- Host: GitHub
- URL: https://github.com/henkelmax/view-distance-fix
- Owner: henkelmax
- Created: 2022-02-21T15:15:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T15:44:21.000Z (3 months ago)
- Last Synced: 2024-10-01T08:21:34.333Z (about 1 month ago)
- Topics: fabric-mod, fabricmc, fabricmc-mod, minecraft, minecraft-mod
- Language: Java
- Homepage:
- Size: 188 KB
- Stars: 23
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# View Distance Fix
This server side Fabric mod fixes the fog when having a higher render distance on the client than on the server.
The server tricks the client into thinking that it has the same render distance as the client.
## Screenshots
### Without the mod
![](https://user-images.githubusercontent.com/13237524/195091961-6d348096-9919-476a-8f45-99cbc05097b3.png)
*Server render distance 10, client render distance 16*### With the mod
![](https://user-images.githubusercontent.com/13237524/195091990-e796b3db-78c2-4481-ae5c-ee265cb0de0e.png)
*Server render distance 10, client render distance 16*