From 43eb51285314f1d5630d52521c10786663d77cab Mon Sep 17 00:00:00 2001 From: saibotk Date: Fri, 10 Jul 2020 01:38:16 +0200 Subject: [PATCH] Fix default nether render settings --- files/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/config.json b/files/config.json index cbb3902..105cd34 100644 --- a/files/config.json +++ b/files/config.json @@ -25,7 +25,7 @@ "input dir": "/input", "dimension": "NETHER", "render settings": { - "block colors": "CAVES_VIEW", + "block colors": "CAVES", "shader": "RELIEF", "maxY": "80" },