fix: restore entity lighting, use tesselated clouds for night-time lighting

This commit is contained in:
Sally Knight
2026-03-23 20:33:55 +03:00
parent 8094590e8d
commit 98eea45bb7
3 changed files with 29 additions and 16 deletions
+4 -1
View File
@@ -122,7 +122,10 @@ public:
float blg;
float blgt;
void turnOffLightLayer(double alpha);
void turnOnLightLayer(double alpha);
void turnOnLightLayer(
double alpha,
bool scaleLight =
false); // 4jcraft: added scaleLight for entity lighting
private:
void tickLightTexture();