Added fog identifier

This commit is contained in:
DaanV2
2020-11-18 10:01:52 +01:00
parent 825c266e91
commit 937a493297

View File

@@ -0,0 +1,8 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.fog.identifier",
"type": "string",
"title": "The minecraft fog identifier",
"description": "The minecraft fog identifier",
"pattern": "^[0-9a-zA-Z:_\\-]+$"
}