浏览代码

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
 }