From 10b112aa5d691347cc97905e33822de8a03e78ab Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 8 Apr 2021 21:26:33 +0200 Subject: [PATCH] Increased height range for Fogs following the new docs 1.16.220 --- source/resource/fog/1.16.100/fog.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/resource/fog/1.16.100/fog.json b/source/resource/fog/1.16.100/fog.json index 1cef703d..f8d70871 100644 --- a/source/resource/fog/1.16.100/fog.json +++ b/source/resource/fog/1.16.100/fog.json @@ -64,14 +64,14 @@ "title": "Max Density Height", "description": "The height in blocks that the ground fog will become it's maximum density.", "minimum": 0, - "maximum": 128, + "maximum": 320, "type": "number" }, "zero_density_height": { "title": "Zero Density Height", "description": "The height in blocks that the ground fog will be completely transparent and begin to appear. This value needs to be at least 1 higher than 'max_density_height'.", "minimum": 0, - "maximum": 128, + "maximum": 320, "type": "number" }, "uniform": { "title": "Uniform", "description": "When set to true, the density will be uniform across all heights.", "type": "boolean" }