mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2024-12-31 23:09:15 +08:00
![Xonk](/assets/img/avatar_default.png)
new stuff reworked clouds, general lighting, end and nether shaders still WIP lighting is more balanced in general.
8 lines
63 B
GLSL
8 lines
63 B
GLSL
#version 120
|
|
|
|
/* RENDERTARGETS:0 */
|
|
|
|
void main() {
|
|
discard;
|
|
}
|