소스 검색

Smooth Lighting for the End Dimension; Lighten

Mark Ide 8 년 전
부모
커밋
25dc5cf749
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 }