Add required properties (#364)

This commit is contained in:
Legopitstop
2025-08-13 01:47:00 -05:00
committed by GitHub
parent 5503ea5612
commit f362802799

View File

@@ -58,10 +58,12 @@
"description": "Additional fog data which will slowly transition to the distance fog of current biome.", "description": "Additional fog data which will slowly transition to the distance fog of current biome.",
"type": "object", "type": "object",
"default": false, "default": false,
"required": ["init_fog","min_percent", "mid_seconds", "mid_percent", "max_seconds"],
"properties": { "properties": {
"init_fog": { "init_fog": {
"title": "Initial Fog", "title": "Initial Fog",
"description": "Initial fog that will slowly transition into water distance fog of the biome when player goes into water.", "description": "Initial fog that will slowly transition into water distance fog of the biome when player goes into water.",
"required": ["fog_color", "fog_start", "fog_end", "render_distance_type"],
"type": "object", "type": "object",
"properties": { "properties": {
"fog_color": { "fog_color": {