Added volumes

This commit is contained in:
DaanV2
2021-06-03 17:22:21 +02:00
parent b5d93d6a1b
commit ca8edab27c
5 changed files with 142 additions and 1 deletions

View File

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