changes/improvements:
- Changed the default generationPriority to Auto, which uses near_first on servers and far_first on singlePlayer.
This should prevent giant fake chunk blocks when joining a server with the default config. - Improved the GpuUploadMethods Buffer_Mapping and Data.
Both of these options should work much better on AMD GPUs now. - Changed the default GpuUploadMethod to Auto, which picks a upload method based on the user's GPU.
Buffer_Storage for NVIDIA GPUs.
Sub_Data as a backup for NVIDIA GPUs.
Buffer_Mapping for AMD/Intel GPUs.
Data as a backup for AMD/Intel GPUs.
Bug Fixes:
- Fixed lighting when connected to a server.
Notes:
This version has been confirmed to work in Eclipse and retail Minecraft.
(retail running Forge: 1.16.5-36.1.3)