Explorar el Código

Smooth Lighting for the End Dimension; Lighten

Mark Ide hace 8 años
padre
commit
25dc5cf749
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 }