Explorar o código

Smooth Lighting for the End Dimension; Lighten

Mark Ide %!s(int64=8) %!d(string=hai) anos
pai
achega
25dc5cf749
Modificáronse 1 ficheiros con 1 adicións e 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
 }