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

@@ -262,6 +262,22 @@
"*.trade.json"
],
"url": "./minecraft-bedrock-schemas/behavior/trading/trading.json"
},
{
"fileMatch": [
"behavior_packs/*/volumes/*.json",
"*behavior*pack*/volumes/*.json",
"*Behavior*Pack*/volumes/*.json",
"*BP*/volumes/*.json",
"*bp*/volumes/*.json",
"behavior_packs/*/volumes/**/*.json",
"*behavior*pack*/volumes/**/*.json",
"*Behavior*Pack*/volumes/**/*.json",
"*BP*/volumes/**/*.json",
"*bp*/volumes/**/*.json",
"*.volume.json"
],
"url": "./minecraft-bedrock-schemas/behavior/volumes/volumes.json"
}
]
}