Adding deferred lightning schemas (#285)

This commit is contained in:
Daan Verstraten
2024-05-11 12:11:19 +02:00
committed by GitHub
parent 5844e7de57
commit 03d02a4afe
5 changed files with 223 additions and 0 deletions

View File

@@ -295,6 +295,14 @@
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/feature_rules/feature_rules.json"
},
{
"fileMatch": ["lighting/global.json"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/lighting/global.json"
},
{
"fileMatch": ["lighting/atmospherics.json"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/lighting/atmospherics.json"
},
{
"fileMatch": [
"behavior_packs/*/items/*.{json,jsonc,json5}",