spoorn / sodium-forge

A Fabric..... I mean Forge mod designed to improve frame rates and reduce micro-stutter
GNU Lesser General Public License v3.0
28 stars 8 forks source link

Latest versions of Sodium Reforged causes FPS drops #51

Closed Blunder-G closed 3 years ago

Blunder-G commented 3 years ago

Sodium 2.1.7 with 8 chunks: 40-60 FPS

Sodium 2.3.1 with 6 chunks: 0-20 FPS

Whatta heck?

Blunder-G commented 3 years ago

PS: In moded minecraft

spoorn commented 3 years ago

The major changes between those versions are

  1. Removed merging of Mipped passes with regular passes
  2. Translucency sorting

I can't remove (1) as it will cause issues with cutout rendering and other things. For (2), some optimizations are in the repo but not yet released. Also planning to make it a configurable option in the menu

spoorn commented 3 years ago

Made translucency sorting configurable