Files
minecraft-bedrock-json-schemas/source/general/fog/identifier.json
2021-06-06 10:07:19 +00:00

8 lines
197 B
JSON

{
"$id": "blockception.minecraft.fog.identifier",
"type": "string",
"title": "Fog Identifier",
"description": "The minecraft fog identifier",
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
}