Browse Source

Smooth Lighting for the End Dimension; Lighten

Mark Ide 8 years ago
parent
commit
25dc5cf749
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/config.py

+ 1 - 1
config/config.py

@@ -37,7 +37,7 @@ renders["night"] = {
 renders["end"] = {
     "world": "minecraft",
     "title": "End",
-    "rendermode": "smooth_lighting",
+    "rendermode": [Base(), EdgeLines(), SmoothLighting(strength=0.5)],
     "dimension": "end",
     'markers': markers
 }