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,18 @@
{
"$id": "blockception.minecraft.behavior.volumes",
"examples": [
{
"format_version": "1.17.0",
"minecraft:volume": {
"description": {
"identifier": "example:foo"
},
"components": {}
}
}
],
"allOf": [
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.17.0" } } }, "then": { "$ref": "./1.17.0/volumes.json" } },
{ "properties": { "format_version": { "$ref": "../../general/format_version.json" } } }
]
}