floodfill add colored candles

This commit is contained in:
NULL511
2024-05-04 18:02:55 -04:00
parent 50f0aacc5d
commit 65bdde2b17
9 changed files with 1524 additions and 238 deletions

View File

@ -270,7 +270,7 @@ void main() {
// if(NameTags > 0) EMISSIVE = 0.9;
// normal block lightsources
if(mc_Entity.x >= 100 && mc_Entity.x < 200) EMISSIVE = 0.5;
if(mc_Entity.x >= 100 && mc_Entity.x < 300) EMISSIVE = 0.5;
// special cases light lightning and beacon beams...
#ifdef ENTITIES