Files
minecraft-bedrock-json-schemas/source/general/fog/identifier.json
2021-06-09 10:24:01 +02:00

9 lines
234 B
JSON

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