Files
minecraft-bedrock-json-schemas/source/general/fog/identifier.json
2021-05-26 01:23:51 +02:00

8 lines
190 B
JSON

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