Open Matrix-aas opened 1 month ago
This issue was previously known in Minecraft. Red and Blue colors flipped on Mac M1 (M-Silicone).
Same problem for me
(In version 1.20.0-pre.7 the bug is still present)
The fix I found in the Minecraft patch is:
if (GL11.glGetString(GL11.GL_RENDERER).contains("Apple M")) {
GL11.glEnable(GL30.GL_FRAMEBUFFER_SRGB);
}
Maybe if this helps the devs can add it for VS too?
I'm running a 2019 MacBook Pro with Intel processor and am seeing this as well.
Hey, thanks for the info! I'll add aformentioned 3 lines of code to the next release of VS but i cannot test it. Do close the ticket if it fixes it.
Game Version
v1.20 pre6
Platform
Mac
Modded
Vanilla
SP/MP
Singleplayer
Description
The game starts and works fine, but the colors inside the game world are "inverted", the blocks are blue. Also, when I hover over any block, the entire in-game interface disappears completely (became invisible, including the ESC pause menu).
How to reproduce
1) Launch the game
2) Get upset by what you see
3) Touch all the settings and realize that nothing can be changed
Screenshots