1
Shader Creator?
Is there a mod that allows the user to create their own custom shaders? I know you can customize *most* shaders, but I'd love to see a mod where you can create your own. Something that could be accessed by a menu, you could add shadows, customize the length or strength of the shadows, customize water ect...
2
where you can create your own
Due to the nature of shaders in minecraft, it is impossible (I think) to do this. This is because shaders directly use your hardware without anything other than GLSL to compile the shader code to generate the shaders; In a sense, it is a pipe that is closed from the outside world while it travels to its destination. Hence already set variables cannot be accessed by an external menu
. This tutorial explains also says the same thing
Ah makes sense, thanks!
