Files
minecraft-bedrock-json-schemas/source/general/feature/identifier.json
2021-06-08 21:29:54 +02:00

9 lines
259 B
JSON

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