Fixing references for fog json validation
This commit is contained in:
@@ -142,32 +142,32 @@
|
|||||||
"air": {
|
"air": {
|
||||||
"title": "Air",
|
"title": "Air",
|
||||||
"description": "The fog settings when the camera is in the air.",
|
"description": "The fog settings when the camera is in the air.",
|
||||||
"$ref": "#/defintions/defaultFogSettings"
|
"$ref": "#/definitions/defaultFogSettings"
|
||||||
},
|
},
|
||||||
"weather": {
|
"weather": {
|
||||||
"title": "Weather",
|
"title": "Weather",
|
||||||
"description": " The fog settings for when the camera is in the air with active weather (rain, snow, etc..).",
|
"description": " The fog settings for when the camera is in the air with active weather (rain, snow, etc..).",
|
||||||
"$ref": "#/defintions/defaultFogSettings"
|
"$ref": "#/definitions/defaultFogSettings"
|
||||||
},
|
},
|
||||||
"water": {
|
"water": {
|
||||||
"title": "Water",
|
"title": "Water",
|
||||||
"description": "The fog settings when the camera is in water.",
|
"description": "The fog settings when the camera is in water.",
|
||||||
"$ref": "#/defintions/defaultFogSettings"
|
"$ref": "#/definitions/defaultFogSettings"
|
||||||
},
|
},
|
||||||
"lava": {
|
"lava": {
|
||||||
"title": "Lava",
|
"title": "Lava",
|
||||||
"description": "The fog settings when the camera is in lava.",
|
"description": "The fog settings when the camera is in lava.",
|
||||||
"$ref": "#/defintions/defaultFogSettings"
|
"$ref": "#/definitions/defaultFogSettings"
|
||||||
},
|
},
|
||||||
"lava_resistance": {
|
"lava_resistance": {
|
||||||
"title": "Lava resistance",
|
"title": "Lava resistance",
|
||||||
"description": "The fog settings when the camera is in lava and the player has the lava resistance effect active.",
|
"description": "The fog settings when the camera is in lava and the player has the lava resistance effect active.",
|
||||||
"$ref": "#/defintions/defaultFogSettings"
|
"$ref": "#/definitions/defaultFogSettings"
|
||||||
},
|
},
|
||||||
"powder_snow": {
|
"powder_snow": {
|
||||||
"title": "Powder snow",
|
"title": "Powder snow",
|
||||||
"description": "The fog settings when the camera is inside a Powder Snow block.",
|
"description": "The fog settings when the camera is inside a Powder Snow block.",
|
||||||
"$ref": "#/defintions/defaultFogSettings"
|
"$ref": "#/definitions/defaultFogSettings"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user