This commit is contained in:
DaanV2
2021-06-08 21:29:54 +02:00
parent 7adbd8055d
commit f3bc04efde
4 changed files with 110 additions and 86 deletions

View File

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