Mark Ide 8 gadi atpakaļ
vecāks
revīzija
10cc9617ec
1 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  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
 }