Polished and examples

This commit is contained in:
DaanV2
2021-06-09 10:24:01 +02:00
parent b68ba1865c
commit 93a8ce3aec
7 changed files with 21 additions and 18 deletions

View File

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