From 511c5f4a8f1a3e897135e0daf8946df282573e3b Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 6 May 2021 10:38:50 +0200 Subject: [PATCH] Updates settings --- vscode-settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vscode-settings.json b/vscode-settings.json index 10a4321e..5ea55e48 100644 --- a/vscode-settings.json +++ b/vscode-settings.json @@ -150,11 +150,15 @@ { "fileMatch": [ "behavior_packs/*/entities/*.json", + "behavior_packs/*/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", - "!*loot_tables*" + "*bp*/entities/**/*.json" ], "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/entities/entities.json" },