Block lines visible even when anti aliasing is entirely turned off
campbebj opened this issue ยท 3 comments
Expected Behavior
No extra lines between blocks
Actual Behavior
https://bugs.mojang.com/browse/MC-1794 is the best explanationof the behavior im seeing
Reproduction Steps
- Install sodium
- load any world
- look at the edges.
(happens on both of my machines, i have anti aliasing turned off, and it only happens when i have sodium loaded)
System Information
Machine 1
Ubuntu 18.04
(dont have the stats at the moment)
mediocre laptop with integrated GPU
Machine 2
Windown 10 64bit
java 1.8.0_261
geforce 2080
i9-9900k
I think this issue is being caused by Compact Vertex Format. Try turning that off in sodium's settings.
I've had this happen even when all my driver graphics settings were set to off, mainly caused by a 3rd party texture pack that seemingly doesn't modify any existing block texture and only adds item textures. Turning off CVF fixes this for some reason and I might look into it when I have the time.