promotional bannermobile promotional banner

Bobby

Allows for render distances greater than the server's view-distance setting.

File Details

bobby-1.0.0.jar

  • R
  • Mar 6, 2021
  • 729.59 KB
  • 1.6K
  • 1.16.5+1
  • Fabric

File Name

bobby-1.0.0.jar

Supported Versions

  • 1.16.5
  • 1.16.4

Curse Maven Snippet

Fabric

modImplementation "curse.maven:bobby-409301:3228848"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

- Add max render distance overwrite as config option (requires Sodium)
- Add singleplayer view-distance overwrite option (closes #2, closes #7)
- Add support for ingame config via ModMenu + ClothConfig (#2)
- Add basic config file (auto-reloads) for en-/disabling the mod (closes #2)
- Fix crash when connecting to server with port on Windows (fixes #5)
- Optimize chunk load/unload management
- Fix fake chunk loading becoming starved at high render distance
- Significantly reduce time spent on main thread for chunk loading
- Remove freezing on fake chunk loading thanks to the previous point and by spreading them out over multiple frame

- Reduce freezing on fake chunk unloading by spreading them out over multiple frame, though there is still one spike at the very end which I am unsure how to get rid of (light engine related)
- Fix invalid profiler.pop()