From 93a8ce3aec0896f26d63a9d1743b99281b77637d Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 9 Jun 2021 10:24:01 +0200 Subject: [PATCH] Polished and examples --- source/general/block/identifier.json | 9 +++++---- source/general/entity/identifier.json | 2 +- source/general/feature/identifier.json | 6 +++--- source/general/fog/identifier.json | 3 ++- source/general/item/identifier.json | 6 +++--- source/general/particle/identifier.json | 5 +++-- source/general/volume/identifier.json | 8 ++++---- 7 files changed, 21 insertions(+), 18 deletions(-) diff --git a/source/general/block/identifier.json b/source/general/block/identifier.json index 50bab8e9..8d1419d2 100644 --- a/source/general/block/identifier.json +++ b/source/general/block/identifier.json @@ -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"] } diff --git a/source/general/entity/identifier.json b/source/general/entity/identifier.json index 7a531d22..38994dcc 100644 --- a/source/general/entity/identifier.json +++ b/source/general/entity/identifier.json @@ -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:_\\.\\-]+$" } diff --git a/source/general/feature/identifier.json b/source/general/feature/identifier.json index 9dc4cd4c..dddd5669 100644 --- a/source/general/feature/identifier.json +++ b/source/general/feature/identifier.json @@ -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:_\\.\\-]+$" } diff --git a/source/general/fog/identifier.json b/source/general/fog/identifier.json index 9dba62de..329e7f1e 100644 --- a/source/general/fog/identifier.json +++ b/source/general/fog/identifier.json @@ -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:_\\.\\-]+$" } diff --git a/source/general/item/identifier.json b/source/general/item/identifier.json index 2cf5101b..80304eba 100644 --- a/source/general/item/identifier.json +++ b/source/general/item/identifier.json @@ -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:_\\-\\.]+$" } diff --git a/source/general/particle/identifier.json b/source/general/particle/identifier.json index 93696ba5..ffd3df86 100644 --- a/source/general/particle/identifier.json +++ b/source/general/particle/identifier.json @@ -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:_\\.\\-]+$" } diff --git a/source/general/volume/identifier.json b/source/general/volume/identifier.json index af5312df..29a6cf29 100644 --- a/source/general/volume/identifier.json +++ b/source/general/volume/identifier.json @@ -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:_\\.\\-]+$" }