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

9 lines
245 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
2021-06-09 10:24:01 +02:00
"$id": "blockception.minecraft.feature.identifier",
2021-06-06 10:07:19 +00:00
"type": "string",
2021-06-09 10:24:01 +02:00
"title": "Feature Identifier",
"description": "A minecraft feature identifier",
2021-06-08 21:29:54 +02:00
"examples": ["namespace:feature"],
2021-06-06 10:07:19 +00:00
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
}