From eaf556f34454678cfa7efe3c09b2f599f4f421aa Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 6 Jun 2021 12:15:10 +0200 Subject: [PATCH] Added features --- vscode-settings.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/vscode-settings.json b/vscode-settings.json index 445fc287..3d39015e 100644 --- a/vscode-settings.json +++ b/vscode-settings.json @@ -223,6 +223,38 @@ ], "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/entities/entities.json" }, + { + "fileMatch": [ + "behavior_packs/*/features/*.json", + "*behavior*pack*/features/*.json", + "*Behavior*Pack*/features/*.json", + "*BP*/features/*.json", + "*bp*/features/*.json", + "behavior_packs/*/features/**/*.json", + "*behavior*pack*/features/**/*.json", + "*Behavior*Pack*/features/**/*.json", + "*BP*/features/**/*.json", + "*bp*/features/**/*.json", + "*.feature.json" + ], + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/features/features.json" + }, + { + "fileMatch": [ + "behavior_packs/*/feature_rules/*.json", + "*behavior*pack*/feature_rules/*.json", + "*Behavior*Pack*/feature_rules/*.json", + "*BP*/feature_rules/*.json", + "*bp*/feature_rules/*.json", + "behavior_packs/*/feature_rules/**/*.json", + "*behavior*pack*/feature_rules/**/*.json", + "*Behavior*Pack*/feature_rules/**/*.json", + "*BP*/feature_rules/**/*.json", + "*bp*/feature_rules/**/*.json", + "*.feature_rule.json" + ], + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/feature_rules/feature_rules.json" + }, { "fileMatch": [ "behavior_packs/*/items/*.json",