소스 검색

Add nether render

Mark Ide 8 년 전
부모
커밋
553f11b58b
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      config/config.py

+ 8 - 0
config/config.py

@@ -34,6 +34,14 @@ renders["night"] = {
     'markers': markers
 }
 
+renders["nether"] = {
+    "world": "minecraft",
+    "title": "Nether",
+    "rendermode": 'nether_smooth_lighting',
+    "dimension": "nether",
+    'markers': markers
+}
+
 renders["end"] = {
     "world": "minecraft",
     "title": "End",