This commit is contained in:
DaanV2
2021-10-23 19:54:22 +02:00
parent 2266e52aba
commit a2c3c292e2
9 changed files with 27 additions and 27 deletions

View File

@@ -1,8 +1,8 @@
{
"$id": "UUIDV4",
"type": "string",
"title": "A UUID V4",
"description": "A valid uuid v4",
"format": "uuid",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
"format": "uuid"
"title": "A UUID V4",
"type": "string"
}

View File

@@ -1,8 +1,8 @@
{
"$id": "blockception.minecraft.block.identifier",
"type": "string",
"title": "Block Identifier",
"description": "A minecraft block identifier",
"examples": ["namespace:block"],
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
"examples": ["namespace:block"]
"title": "Block Identifier",
"type": "string"
}

View File

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

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.item.identifier",
"type": "string",
"title": "Item Identifier",
"description": "A minecraft item identifier",
"pattern": "^[0-9a-zA-Z:_\\-\\.]+$"
"pattern": "^[0-9a-zA-Z:_\\-\\.]+$",
"title": "Item Identifier",
"type": "string"
}

View File

@@ -1,8 +1,8 @@
{
"$id": "blockception.minecraft.loot_table.identifier",
"type": "string",
"title": "Loot Table Identifier",
"description": "A minecraft loot_table identifier",
"examples": ["loot_tables/"],
"pattern": "^loot_tables/.*\\.json$",
"examples": ["loot_tables/"]
"title": "Loot Table Identifier",
"type": "string"
}

View File

@@ -1,8 +1,8 @@
{
"$id": "blockception.minecraft.particle.identifier",
"type": "string",
"title": "Particle Identifier",
"description": "The minecraft particle identifier",
"examples": ["namespace:particle_name"],
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
"title": "Particle Identifier",
"type": "string"
}

View File

@@ -1,8 +1,8 @@
{
"$id": "blockception.minecraft.entity.volume",
"type": "string",
"title": "Volume Identifier",
"description": "A minecraft entity volume",
"examples": ["namespace:volume_name"],
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
"title": "Volume Identifier",
"type": "string"
}