Files
minecraft-bedrock-json-schemas/source/resource/fog/fog.json

9 lines
319 B
JSON
Raw Normal View History

2020-11-18 10:00:43 +01:00
{
"$id": "blockception.minecraft.resource.fog",
"examples": [],
2021-04-06 22:41:46 +02:00
"allOf": [
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.16.100" } } }, "then": { "$ref": "./1.16.100/fog.json" } },
{ "properties": { "format_version": { "$ref": "../../general/format_version.json" } } }
]
2020-11-18 10:00:43 +01:00
}