Skip to content

Commit

Permalink
Adding block_culling for vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 authored Mar 26, 2024
1 parent be9c62e commit 2a3b1ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vscode-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2a3b1ea

Please sign in to comment.