feat: Update vscode-settings.json
Some checks failed
🖥️ Compress Json Schemas / 🖥️ Compress Schemas (push) Has been cancelled
PR / 🛠️ Build & 🔍 Lint Check (push) Has been cancelled
PR / 📋 Unit Test macOS-latest (push) Has been cancelled
PR / 📋 Unit Test ubuntu-latest (push) Has been cancelled
PR / 📋 Unit Test windows-latest (push) Has been cancelled

This commit is contained in:
2025-11-13 14:03:09 +08:00
parent 81f689aa6d
commit a02689c91b

View File

@@ -2,23 +2,23 @@
"json.schemas": [
{
"fileMatch": [ "skin_pack/skins.{json,jsonc,json5}" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/skinpacks/skins.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/skinpacks/skins.json"
},
{
"fileMatch": [ "language_names.{json,jsonc,json5}" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/language/language_names.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/language/language_names.json"
},
{
"fileMatch": [ "languages.{json,jsonc,json5}" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/language/languages.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/language/languages.json"
},
{
"fileMatch": [ "manifest.{json,jsonc,json5}" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/general/manifest.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/general/manifest.json"
},
{
"fileMatch": [ "world_behavior_packs.{json,jsonc,json5}", "world_resource_packs.{json,jsonc,json5}" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/general/world_x_packs.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/general/world_x_packs.json"
},
{
"fileMatch": [
@@ -34,7 +34,7 @@
"*rp*/animation_controllers/**/*.{json,jsonc,json5}",
"*.{animation_controller.rp,rpac,ac.rp,rp_ac}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/animation_controllers/animation_controller.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/animation_controllers/animation_controller.json"
},
{
"fileMatch": [
@@ -50,7 +50,7 @@
"*rp*/animations/**/*.{json,jsonc,json5}",
"*.{animation.rp,anim.rp,a.rp,rpa}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/animations/actor_animation.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/animations/actor_animation.json"
},
{
"fileMatch": [
@@ -66,7 +66,7 @@
"*rp*/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"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/block_culling/block_culling.json"
},
{
"fileMatch": [
@@ -82,7 +82,7 @@
"*rp*/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"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/attachables/attachables.json"
},
{
"fileMatch": [
@@ -98,15 +98,15 @@
"*rp*/biomes/**/*.{json,jsonc,json5}",
"*.{client_biome}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/biomes/biomes.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/biomes/biomes.json"
},
{
"fileMatch": [ "biomes_client.{json,jsonc,json5}" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/biomes_client.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/biomes_client.json"
},
{
"fileMatch": [ "blocks.{json,jsonc,json5}" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/blocks.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/blocks.json"
},
{
"fileMatch": [
@@ -124,7 +124,7 @@
"!models/entity/**/*.{json,jsonc,json5}",
"!models/entity/*.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/entity/entity.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/entity/entity.json"
},
{
"fileMatch": [
@@ -140,23 +140,23 @@
"*rp*/fogs/**/*.{json,jsonc,json5}",
"*.fog.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/fog/fog.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/fog/fog.json"
},
{
"fileMatch": [ "flipbook_textures.{json,jsonc,json5}" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/flipbook_textures.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/textures/flipbook_textures.json"
},
{
"fileMatch": [ "item_texture.{json,jsonc,json5}" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/item_texture.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/textures/item_texture.json"
},
{
"fileMatch": [ "textures_list.{json,jsonc,json5}" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/textures_list.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/textures/textures_list.json"
},
{
"fileMatch": [ "*.texture_set.{json,jsonc,json5}" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/texture_set.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/textures/texture_set.json"
},
{
"fileMatch": [
@@ -172,7 +172,7 @@
"*rp*/items/**/*.{json,jsonc,json5}",
"*.{item.rp,i.rp,rpi,rp_item}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/items/items.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/items/items.json"
},
{
"fileMatch": [
@@ -188,15 +188,15 @@
"*rp*/models/**/*.{json,jsonc,json5}",
"*.{geo,geometry,model,g}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/models/entity/model_entity.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/models/entity/model_entity.json"
},
{
"fileMatch": [ "materials/*.material" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/materials/materials.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/materials/materials.json"
},
{
"fileMatch": [ "music_definitions.json" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/sounds/music_definitions.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/sounds/music_definitions.json"
},
{
"fileMatch": [
@@ -212,7 +212,7 @@
"*rp*/particles/**/*.{json,jsonc,json5}",
"*.{particle,p}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/particles/particles.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/particles/particles.json"
},
{
"fileMatch": [
@@ -228,27 +228,27 @@
"*rp*/render_controllers/**/*.{json,jsonc,json5}",
"*.{render,render_controller,rc}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/render_controllers/render_controllers.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/render_controllers/render_controllers.json"
},
{
"fileMatch": [ "sound_definitions.{json,jsonc,json5}" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/sounds/sound_definitions.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/sounds/sound_definitions.json"
},
{
"fileMatch": [ "sounds.{json,jsonc,json5}" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/sounds.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/sounds.json"
},
{
"fileMatch": [ "terrain_texture.{json,jsonc,json5}" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/terrain_texture.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/textures/terrain_texture.json"
},
{
"fileMatch": [ "ui/_ui_defs.{json,jsonc,json5}" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/ui/_ui_defs.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/ui/_ui_defs.json"
},
{
"fileMatch": [ "ui/_global_variables.{json,jsonc,json5}" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/ui/_global_variables.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/ui/_global_variables.json"
},
{
"fileMatch": [
@@ -265,7 +265,7 @@
"!ui/_ui_defs.{json,jsonc,json5}",
"!ui/_global_variables.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/ui/ui.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/ui/ui.json"
},
{
"fileMatch": [
@@ -281,7 +281,7 @@
"*bp*/animation_controllers/**/*.{json,jsonc,json5}",
"*.{animation_controller.bp,bpac,ac.bp,bp_ac}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/animation_controllers/animation_controller.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/animation_controllers/animation_controller.json"
},
{
"fileMatch": [
@@ -297,7 +297,7 @@
"*bp*/animations/**/*.{json,jsonc,json5}",
"*.{animation.bp,anim.bp,a.bp,bpa,bp_anim}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/animations/animations.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/animations/animations.json"
},
{
"fileMatch": [
@@ -313,7 +313,7 @@
"*bp*/biomes/**/*.{json,jsonc,json5}",
"*.biome.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/biomes/biomes.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/biomes/biomes.json"
},
{
"fileMatch": [
@@ -329,11 +329,11 @@
"*bp*/blocks/**/*.{json,jsonc,json5}",
"*.{block,b}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/blocks/blocks.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/blocks/blocks.json"
},
{
"fileMatch": [ "cameras/presets/*.{json,jsonc,json5}" ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/cameras/presets/cameras.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/cameras/presets/cameras.json"
},
{
"fileMatch": [
@@ -349,7 +349,7 @@
"*bp*/dialogue/**/*.{json,jsonc,json5}",
"*.{diag,dialogue,dialog,d}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/dialogue/dialogue.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/dialogue/dialogue.json"
},
{
"fileMatch": [
@@ -366,7 +366,7 @@
"*.{entity.bp,e.bp,se,e.bp,bpe,behavior}.{json,jsonc,json5}",
"!*loot_tables*"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/entities/entities.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/entities/entities.json"
},
{
"fileMatch": [
@@ -376,7 +376,7 @@
"*BP*/functions/tick.{json,jsonc,json5}",
"*bp*/functions/tick.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/functions/tick.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/functions/tick.json"
},
{
"fileMatch": [
@@ -392,7 +392,7 @@
"*bp*/features/**/*.{json,jsonc,json5}",
"*.{feature,f}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/features/features.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/features/features.json"
},
{
"fileMatch": [
@@ -408,7 +408,7 @@
"*bp*/feature_rules/**/*.{json,jsonc,json5}",
"*.{feature_rule,fr}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/feature_rules/feature_rules.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/feature_rules/feature_rules.json"
},
{
"fileMatch": [
@@ -424,7 +424,7 @@
"*bp*/items/**/*.{json,jsonc,json5}",
"*.{item.bp,i.bp,bpi,bp_item}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/items/items.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/items/items.json"
},
{
"fileMatch": [
@@ -440,7 +440,7 @@
"*bp*/recipes/**/*.{json,jsonc,json5}",
"*.{recipe,crafting_recipe,cr,r}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/recipes/recipes.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/recipes/recipes.json"
},
{
"fileMatch": [
@@ -456,7 +456,7 @@
"*bp*/loot_tables/**/*.{json,jsonc,json5}",
"*.{loot,loot_table,lt}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/loot_tables/loot_tables.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/loot_tables/loot_tables.json"
},
{
"fileMatch": [
@@ -472,7 +472,7 @@
"*bp*/spawn_rules/**/*.{json,jsonc,json5}",
"*.{spawn,sr,spawn_rule}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/spawn_rules/spawn_rules.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/spawn_rules/spawn_rules.json"
},
{
"fileMatch": [
@@ -488,7 +488,7 @@
"*bp*/trading/**/*.{json,jsonc,json5}",
"*.{trade,trade_table.tt}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/trading/trading.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/trading/trading.json"
},
{
"fileMatch": [
@@ -503,7 +503,7 @@
"*BP*/worldgen/jigsaw_structures/**/*.{json,jsonc,json5}",
"*bp*/worldgen/jigsaw_structures/**/*.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/worldgen/jigsaw_structures/jigsaw.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/worldgen/jigsaw_structures/jigsaw.json"
},
{
"fileMatch": [
@@ -518,7 +518,7 @@
"*BP*/worldgen/processors/**/*.{json,jsonc,json5}",
"*bp*/worldgen/processors/**/*.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/worldgen/processors/processor_list.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/worldgen/processors/processor_list.json"
},
{
"fileMatch": [
@@ -533,7 +533,7 @@
"*BP*/worldgen/structure_sets/**/*.{json,jsonc,json5}",
"*bp*/worldgen/structure_sets/**/*.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/worldgen/structure_sets/structure_set.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/worldgen/structure_sets/structure_set.json"
},
{
"fileMatch": [
@@ -548,7 +548,7 @@
"*BP*/worldgen/template_pools/**/*.{json,jsonc,json5}",
"*bp*/worldgen/template_pools/**/*.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/worldgen/template_pools/template_pool.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/worldgen/template_pools/template_pool.json"
},
{
"fileMatch": [
@@ -563,7 +563,7 @@
"*RP*/textures/*/**/!(*.texture_set).{json,jsonc,json5}",
"*rp*/textures/*/**/!(*.texture_set).{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/ui_texture_definition.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/textures/ui_texture_definition.json"
},
{
"fileMatch": [
@@ -578,7 +578,7 @@
"*BP*/item_catalog/**/*.{json,jsonc,json5}",
"*bp*/item_catalog/**/*.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/item_catalog/crafting_item_catalog.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/behavior/item_catalog/crafting_item_catalog.json"
},
{
"fileMatch": [
@@ -593,7 +593,7 @@
"*RP*/atmospherics/**/*.{json,jsonc,json5}",
"*rp*/atmospherics/**/*.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/atmospherics/atmospherics.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/atmospherics/atmospherics.json"
},
{
"fileMatch": [
@@ -608,7 +608,7 @@
"*RP*/color_grading/**/*.{json,jsonc,json5}",
"*rp*/color_grading/**/*.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/color_grading/color_grading.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/color_grading/color_grading.json"
},
{
"fileMatch": [
@@ -623,7 +623,7 @@
"*RP*/lighting/**/*.{json,jsonc,json5}",
"*rp*/lighting/**/*.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/lighting/lighting.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/lighting/lighting.json"
},
{
"fileMatch": [
@@ -638,7 +638,7 @@
"*RP*/water/**/*.{json,jsonc,json5}",
"*rp*/water/**/*.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/water/water.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/water/water.json"
},
{
"fileMatch": [
@@ -648,7 +648,7 @@
"*RP*/pbr/global.{json,jsonc,json5}",
"*rp*/pbr/global.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/pbr/pbr.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/pbr/pbr.json"
},
{
"fileMatch": [
@@ -658,7 +658,7 @@
"*RP*/local_lighting/local_lighting.{json,jsonc,json5}",
"*rp*/local_lighting/local_lighting.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/local_lighting/local_lighting.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/local_lighting/local_lighting.json"
},
{
"fileMatch": [
@@ -668,7 +668,7 @@
"*RP*/shadows/global.{json,jsonc,json5}",
"*rp*/shadows/global.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/shadows/shadows.json"
"url": "https://code.mc9y.com/blank038/minecraft-bedrock-json-schemas/raw/branch/main/resource/shadows/shadows.json"
}
]
}