From b55d57df0a087d300a46fac00f32c97d7486e028 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 11 Mar 2021 23:30:30 +0100 Subject: [PATCH] Fixing references for fog json validation --- source/resource/fog/1.16.100/fog.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/resource/fog/1.16.100/fog.json b/source/resource/fog/1.16.100/fog.json index 367951c0..2e1f2fd6 100644 --- a/source/resource/fog/1.16.100/fog.json +++ b/source/resource/fog/1.16.100/fog.json @@ -142,32 +142,32 @@ "air": { "title": "Air", "description": "The fog settings when the camera is in the air.", - "$ref": "#/defintions/defaultFogSettings" + "$ref": "#/definitions/defaultFogSettings" }, "weather": { "title": "Weather", "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": { "title": "Water", "description": "The fog settings when the camera is in water.", - "$ref": "#/defintions/defaultFogSettings" + "$ref": "#/definitions/defaultFogSettings" }, "lava": { "title": "Lava", "description": "The fog settings when the camera is in lava.", - "$ref": "#/defintions/defaultFogSettings" + "$ref": "#/definitions/defaultFogSettings" }, "lava_resistance": { "title": "Lava resistance", "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": { "title": "Powder snow", "description": "The fog settings when the camera is inside a Powder Snow block.", - "$ref": "#/defintions/defaultFogSettings" + "$ref": "#/definitions/defaultFogSettings" } } },