diff --git a/general/fog/identifier.json b/general/fog/identifier.json new file mode 100644 index 00000000..c78c2b74 --- /dev/null +++ b/general/fog/identifier.json @@ -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:_\\-]+$" +}