Files
minecraft-bedrock-json-schemas/source/general/fog/identifier.json

10 lines
306 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.fog.identifier",
2021-06-09 10:24:01 +02:00
"description": "A minecraft fog identifier",
"examples": ["namespace:fog_name"],
2021-10-23 19:54:22 +02:00
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
"title": "Fog Identifier",
2022-02-01 18:06:14 +01:00
"type": "string",
"defaultSnippets": [{ "label": "New Identifier", "body": "$1:$2" }]
2021-06-06 10:07:19 +00:00
}