Explorar o código

Add end render

Mark Ide %!s(int64=8) %!d(string=hai) anos
pai
achega
10cc9617ec
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      config/config.py

+ 10 - 0
config/config.py

@@ -22,6 +22,7 @@ renders["day"] = {
     'world': 'minecraft',
     'title': 'Day',
     'rendermode': 'smooth_lighting',
+    "dimension": "overworld",
     'markers': markers
 }
 
@@ -29,5 +30,14 @@ renders["night"] = {
     'world': 'minecraft',
     'title': 'Night',
     'rendermode': 'smooth_night',
+    "dimension": "overworld",
+    'markers': markers
+}
+
+renders["end"] = {
+    "world": "minecraft",
+    "title": "End",
+    "rendermode": "smooth_lighting",
+    "dimension": "end",
     'markers': markers
 }