Add fog json validation
This commit is contained in:
11
resource/fog/fog.json
Normal file
11
resource/fog/fog.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.resource.fog",
|
||||
"examples": [],
|
||||
"allOf": [
|
||||
{
|
||||
"if": { "properties": { "format_version": { "type": "string", "const": "1.16.100" } } },
|
||||
"then": { "$ref": "./1.16.100/fog.json" }
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user