Browse Source

Add nether render

Mark Ide 8 năm trước cách đây
mục cha
commit
553f11b58b
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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",