Polished and examples
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.block.identifier.1.8.0",
|
||||
"$id": "blockception.minecraft.block.identifier",
|
||||
"type": "string",
|
||||
"title": "Block Identifier 1.8.0",
|
||||
"description": "The minecraft block identifier",
|
||||
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
|
||||
"title": "Block Identifier",
|
||||
"description": "A minecraft block identifier",
|
||||
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
|
||||
"examples": ["namespace:block"]
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.entity.identifier.1.8.0",
|
||||
"type": "string",
|
||||
"title": "Entity Identifier 1.8.0",
|
||||
"description": "The minecraft entity identifier",
|
||||
"description": "A minecraft entity identifier",
|
||||
"examples": ["namespace:entity_name"],
|
||||
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.feature.identifier.1.8.0",
|
||||
"$id": "blockception.minecraft.feature.identifier",
|
||||
"type": "string",
|
||||
"title": "Feature Identifier 1.8.0",
|
||||
"description": "The minecraft feature identifier",
|
||||
"title": "Feature Identifier",
|
||||
"description": "A minecraft feature identifier",
|
||||
"examples": ["namespace:feature"],
|
||||
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
|
||||
}
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"$id": "blockception.minecraft.fog.identifier",
|
||||
"type": "string",
|
||||
"title": "Fog Identifier",
|
||||
"description": "The minecraft fog identifier",
|
||||
"description": "A minecraft fog identifier",
|
||||
"examples": ["namespace:fog_name"],
|
||||
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.item.identifier.1.8.0",
|
||||
"$id": "blockception.minecraft.item.identifier",
|
||||
"type": "string",
|
||||
"title": "Item Identifier 1.8.0",
|
||||
"description": "The minecraft item identifier",
|
||||
"title": "Item Identifier",
|
||||
"description": "A minecraft item identifier",
|
||||
"pattern": "^[0-9a-zA-Z:_\\-\\.]+$"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.particle.identifier.1.8.0",
|
||||
"$id": "blockception.minecraft.particle.identifier",
|
||||
"type": "string",
|
||||
"title": "Particle Identifier 1.8.0",
|
||||
"title": "Particle Identifier",
|
||||
"description": "The minecraft particle identifier",
|
||||
"examples": ["namespace:particle_name"],
|
||||
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.entity.volume.1.8.0",
|
||||
"$id": "blockception.minecraft.entity.volume",
|
||||
"type": "string",
|
||||
"title": "Entity Identifier 1.8.0",
|
||||
"description": "The minecraft entity volume",
|
||||
"examples": ["namespace:volume"],
|
||||
"title": "Volume Identifier",
|
||||
"description": "A minecraft entity volume",
|
||||
"examples": ["namespace:volume_name"],
|
||||
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user