Minecraft is throwing errors

This commit is contained in:
DaanV2
2021-04-08 21:57:04 +02:00
parent 53a0ff1b68
commit 8142e2e3d8

View File

@@ -64,14 +64,14 @@
"title": "Max Density Height", "title": "Max Density Height",
"description": "The height in blocks that the ground fog will become it's maximum density.", "description": "The height in blocks that the ground fog will become it's maximum density.",
"minimum": 0, "minimum": 0,
"maximum": 320, "maximum": 128,
"type": "number" "type": "number"
}, },
"zero_density_height": { "zero_density_height": {
"title": "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'.", "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, "minimum": 0,
"maximum": 320, "maximum": 128,
"type": "number" "type": "number"
}, },
"uniform": { "title": "Uniform", "description": "When set to true, the density will be uniform across all heights.", "type": "boolean" } "uniform": { "title": "Uniform", "description": "When set to true, the density will be uniform across all heights.", "type": "boolean" }