Add required properties (#364)
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user