remove candle from light list (they glow too brightly and weirdly)

This commit is contained in:
Xonk
2023-07-17 15:17:54 -04:00
parent 8489bad7bc
commit 9c63b077b4
5 changed files with 6 additions and 6 deletions

View File

@ -314,8 +314,10 @@ uniform.float.noPuddleAreas = smooth(10, if(in(biome,5,16,17,18,26, 27, 28, 3, 4
# thank you sixthsurge!
uniform.float.lightningFlash = smooth(16,if(equals(skyColor.r, skyColor.g, 0.01) && skyColor.r > 0.3, 1.0, 0.0), 0.0, 0.2)
uniform.vec3.lightningEffect = vec3(77.0*lightningFlash, 153.0*lightningFlash, 255.0*lightningFlash)
texture.noise=texture/noises.png
texture.composite.colortex6=texture/blueNoise.png
separateAo=true