mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 00:37:35 +08:00
Added profiles (they do actually do things)
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
#define saturate(x) clamp(x,0.0,1.0)
|
||||
|
||||
#define BLISS_SHADERS 0 // [0 1 2]
|
||||
|
||||
////////////////////////////////////////
|
||||
// ----- WATER RELATED SETTINGS ----- //
|
||||
////////////////////////////////////////
|
||||
@ -488,5 +490,8 @@ uniform int moonPhase;
|
||||
|
||||
#define LIGHTNING_FLASH // FOR OPTIFINE USERS. some mods change the sky color, which can trigger the lightning flash detection.
|
||||
|
||||
// fix settings
|
||||
#ifdef LIGHTNING_FLASH
|
||||
#endif
|
||||
#if BLISS_SHADERS == 0
|
||||
#endif
|
Reference in New Issue
Block a user