Updates settings

This commit is contained in:
DaanV2
2021-05-06 10:38:50 +02:00
parent 6a3f32b6f7
commit 511c5f4a8f

View File

@@ -150,11 +150,15 @@
{ {
"fileMatch": [ "fileMatch": [
"behavior_packs/*/entities/*.json", "behavior_packs/*/entities/*.json",
"behavior_packs/*/entities/**/*.json",
"*behavior*pack*/entities/*.json", "*behavior*pack*/entities/*.json",
"*behavior*pack*/entities/**/*.json",
"*Behavior*Pack*/entities/*.json", "*Behavior*Pack*/entities/*.json",
"*Behavior*Pack*/entities/**/*.json",
"*BP*/entities/*.json", "*BP*/entities/*.json",
"*BP*/entities/**/*.json",
"*bp*/entities/*.json", "*bp*/entities/*.json",
"!*loot_tables*" "*bp*/entities/**/*.json"
], ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/entities/entities.json" "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/entities/entities.json"
}, },