Explorar el Código

Add nether render

Mark Ide hace 8 años
padre
commit
553f11b58b
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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",