depressed-pho / natural-mystic-shaders

Shader pack for Minecraft Bedrock aliming to be as realistic as possible
Creative Commons Zero v1.0 Universal
28 stars 3 forks source link

Make it not so orange. #60

Closed gio1135 closed 5 years ago

gio1135 commented 5 years ago

No idea why every shader makes everything so orange but I don't like it. I get that it's a torch light and all but it'd be so much better as white light in my opinion. If this won't go into the main release, can there at least be a variant, or you could show me where to change it?

depressed-pho commented 5 years ago

Yeah that's torchlight. You can change its color by editing shaders/glsl/natural-mystic-light.h. It has a line like

const vec3 torchlightColor = vec3(1.0, 0.66, 0.28);

and you can make it white by changing it to

const vec3 torchlightColor = vec3(1.0);
depressed-pho commented 5 years ago

I hope someday we can have an in-game configuration screen, but for now I'm going to close this ticket.

gio1135 commented 5 years ago

@depressed-pho Actually, I was about to do exactly that but I didn't know if there were other factors which is the reason I came here in the first place. Thanks.