From 2a3b1ea0ae76d6420f4de4002179ecd6e05bf50d Mon Sep 17 00:00:00 2001 From: Daan Verstraten Date: Tue, 26 Mar 2024 15:50:00 +0100 Subject: [PATCH] Adding block_culling for vscode settings --- vscode-settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vscode-settings.json b/vscode-settings.json index c4faa34a..1d8866f4 100644 --- a/vscode-settings.json +++ b/vscode-settings.json @@ -52,6 +52,10 @@ ], "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/animations/actor_animation.json" }, + { + "fileMatch": ["block_culling/*.{json,jsonc,json5}", "block_culling/**/*.{json,jsonc,json5}", "*.{cull}.{json,jsonc,json5}"], + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/block_culling/block_culling.json" + }, { "fileMatch": ["attachables/*.{json,jsonc,json5}", "attachables/**/*.{json,jsonc,json5}", "*.{attachable,attach,at}.{json,jsonc,json5}"], "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/attachables/attachables.json"