Updated
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$id": "UUIDV4",
|
"$id": "UUIDV4",
|
||||||
"type": "string",
|
|
||||||
"title": "A UUID V4",
|
|
||||||
"description": "A valid 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}$",
|
"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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$id": "blockception.minecraft.block.identifier",
|
"$id": "blockception.minecraft.block.identifier",
|
||||||
"type": "string",
|
|
||||||
"title": "Block Identifier",
|
|
||||||
"description": "A minecraft block identifier",
|
"description": "A minecraft block identifier",
|
||||||
|
"examples": ["namespace:block"],
|
||||||
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
|
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
|
||||||
"examples": ["namespace:block"]
|
"title": "Block Identifier",
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$id": "blockception.minecraft.entity.identifier.1.8.0",
|
"$id": "blockception.minecraft.entity.identifier.1.8.0",
|
||||||
"type": "string",
|
|
||||||
"title": "Entity Identifier 1.8.0",
|
|
||||||
"description": "A minecraft entity identifier",
|
"description": "A minecraft entity identifier",
|
||||||
"examples": ["namespace:entity_name"],
|
"examples": ["namespace:entity_name"],
|
||||||
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
|
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
|
||||||
|
"title": "Entity Identifier 1.8.0",
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$id": "blockception.minecraft.feature.identifier",
|
"$id": "blockception.minecraft.feature.identifier",
|
||||||
"type": "string",
|
|
||||||
"title": "Feature Identifier",
|
|
||||||
"description": "A minecraft feature identifier",
|
"description": "A minecraft feature identifier",
|
||||||
"examples": ["namespace:feature"],
|
"examples": ["namespace:feature"],
|
||||||
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
|
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
|
||||||
|
"title": "Feature Identifier",
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$id": "blockception.minecraft.fog.identifier",
|
"$id": "blockception.minecraft.fog.identifier",
|
||||||
"type": "string",
|
|
||||||
"title": "Fog Identifier",
|
|
||||||
"description": "A minecraft fog identifier",
|
"description": "A minecraft fog identifier",
|
||||||
"examples": ["namespace:fog_name"],
|
"examples": ["namespace:fog_name"],
|
||||||
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
|
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
|
||||||
|
"title": "Fog Identifier",
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$id": "blockception.minecraft.item.identifier",
|
"$id": "blockception.minecraft.item.identifier",
|
||||||
"type": "string",
|
|
||||||
"title": "Item Identifier",
|
|
||||||
"description": "A minecraft item identifier",
|
"description": "A minecraft item identifier",
|
||||||
"pattern": "^[0-9a-zA-Z:_\\-\\.]+$"
|
"pattern": "^[0-9a-zA-Z:_\\-\\.]+$",
|
||||||
|
"title": "Item Identifier",
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$id": "blockception.minecraft.loot_table.identifier",
|
"$id": "blockception.minecraft.loot_table.identifier",
|
||||||
"type": "string",
|
|
||||||
"title": "Loot Table Identifier",
|
|
||||||
"description": "A minecraft loot_table identifier",
|
"description": "A minecraft loot_table identifier",
|
||||||
|
"examples": ["loot_tables/"],
|
||||||
"pattern": "^loot_tables/.*\\.json$",
|
"pattern": "^loot_tables/.*\\.json$",
|
||||||
"examples": ["loot_tables/"]
|
"title": "Loot Table Identifier",
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$id": "blockception.minecraft.particle.identifier",
|
"$id": "blockception.minecraft.particle.identifier",
|
||||||
"type": "string",
|
|
||||||
"title": "Particle Identifier",
|
|
||||||
"description": "The minecraft particle identifier",
|
"description": "The minecraft particle identifier",
|
||||||
"examples": ["namespace:particle_name"],
|
"examples": ["namespace:particle_name"],
|
||||||
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
|
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
|
||||||
|
"title": "Particle Identifier",
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$id": "blockception.minecraft.entity.volume",
|
"$id": "blockception.minecraft.entity.volume",
|
||||||
"type": "string",
|
|
||||||
"title": "Volume Identifier",
|
|
||||||
"description": "A minecraft entity volume",
|
"description": "A minecraft entity volume",
|
||||||
"examples": ["namespace:volume_name"],
|
"examples": ["namespace:volume_name"],
|
||||||
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
|
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
|
||||||
|
"title": "Volume Identifier",
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user