Files
minecraft-bedrock-json-schemas/source/general/fog/identifier.json
2021-10-23 19:54:22 +02:00

9 lines
234 B
JSON

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