From db23dea79834d4108ca63f1a54f2c6dc38f2c174 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 4 Oct 2021 12:11:05 +0200 Subject: [PATCH] Fixing paths --- vscode-settings.json | 78 ++++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/vscode-settings.json b/vscode-settings.json index 1eb9da62..ca42c4a6 100644 --- a/vscode-settings.json +++ b/vscode-settings.json @@ -2,23 +2,23 @@ "json.schemas": [ { "fileMatch": "skin_pack/skins.{json,jsonc,json5}", - "url": "./minecraft-bedrock-schemas/skinpacks/skins.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/skinpacks/skins.json" }, { "fileMatch": "language_names.{json,jsonc,json5}", - "url": "./minecraft-bedrock-schemas/language/language_names.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/language/language_names.json" }, { "fileMatch": "languages.{json,jsonc,json5}", - "url": "./minecraft-bedrock-schemas/language/languages.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/language/languages.json" }, { "fileMatch": "manifest.{json,jsonc,json5}", - "url": "./minecraft-bedrock-schemas/general/manifest.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/general/manifest.json" }, { "fileMatch": ["world_behavior_packs.{json,jsonc,json5}", "world_resource_packs.{json,jsonc,json5}"], - "url": "./minecraft-bedrock-schemas/general/world_x_packs.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/general/world_x_packs.json" }, { "fileMatch": [ @@ -33,7 +33,7 @@ "*RP*/animation_controllers/**/*.{json,jsonc,json5}", "*rp*/animation_controllers/**/*.{json,jsonc,json5}" ], - "url": "./minecraft-bedrock-schemas/resource/animation_controllers/animation_controller.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/animation_controllers/animation_controller.json" }, { "fileMatch": [ @@ -48,19 +48,19 @@ "*RP*/animations/**/*.{json,jsonc,json5}", "*rp*/animations/**/*.{json,jsonc,json5}" ], - "url": "./minecraft-bedrock-schemas/resource/animations/actor_animation.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/animations/actor_animation.json" }, { "fileMatch": ["attachables/*.{json,jsonc,json5}", "attachables/**/*.{json,jsonc,json5}"], - "url": "./minecraft-bedrock-schemas/resource/attachables/attachables.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/attachables/attachables.json" }, { "fileMatch": "biomes_client.{json,jsonc,json5}", - "url": "./minecraft-bedrock-schemas/resource/biomes_client.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/biomes_client.json" }, { "fileMatch": "blocks.{json,jsonc,json5}", - "url": "./minecraft-bedrock-schemas/resource/blocks.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/blocks.json" }, { "fileMatch": [ @@ -70,23 +70,23 @@ "!models/entity/**/*.{json,jsonc,json5}", "!models/entity/*.{json,jsonc,json5}" ], - "url": "./minecraft-bedrock-schemas/resource/entity/entity.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/entity/entity.json" }, { "fileMatch": ["fogs/*.{json,jsonc,json5}", "fogs/**/*.{json,jsonc,json5}"], - "url": "./minecraft-bedrock-schemas/resource/fog/fog.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/fog/fog.json" }, { "fileMatch": "flipbook_textures.{json,jsonc,json5}", - "url": "./minecraft-bedrock-schemas/resource/textures/flipbook_textures.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/textures/flipbook_textures.json" }, { "fileMatch": "item_texture.{json,jsonc,json5}", - "url": "./minecraft-bedrock-schemas/resource/textures/item_texture.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/textures/item_texture.json" }, { "fileMatch": "texture_list.{json,jsonc,json5}", - "url": "./minecraft-bedrock-schemas/resource/textures/texture_list.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/textures/texture_list.json" }, { "fileMatch": [ @@ -102,39 +102,39 @@ "*rp*/items/**/*.{json,jsonc,json5}", "*.item.rp.{json,jsonc,json5}" ], - "url": "./minecraft-bedrock-schemas/resource/items/items.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/items/items.json" }, { "fileMatch": ["models/entity/*.{json,jsonc,json5}", "models/entity/**/*.{json,jsonc,json5}", "*.geo.{json,jsonc,json5}", "*.geometry.{json,jsonc,json5}"], - "url": "./minecraft-bedrock-schemas/resource/models/entity/model_entity.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/models/entity/model_entity.json" }, { "fileMatch": ["materials/*.material"], - "url": "./minecraft-bedrock-schemas/resource/materials/materials.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/materials/materials.json" }, { "fileMatch": "music_definitions.json", - "url": "./minecraft-bedrock-schemas/resource/sounds/music_definitions.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/sounds/music_definitions.json" }, { "fileMatch": ["particles/*.{json,jsonc,json5}", "particles/**/*.{json,jsonc,json5}", "*.particle.{json,jsonc,json5}"], - "url": "./minecraft-bedrock-schemas/resource/particles/particles.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/particles/particles.json" }, { "fileMatch": ["render_controllers/*.{json,jsonc,json5}", "render_controllers/**/*.{json,jsonc,json5}", "*.render.{json,jsonc,json5}"], - "url": "./minecraft-bedrock-schemas/resource/render_controllers/render_controllers.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/render_controllers/render_controllers.json" }, { "fileMatch": "sound_definitions.{json,jsonc,json5}", - "url": "./minecraft-bedrock-schemas/resource/sounds/sound_definitions.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/sounds/sound_definitions.json" }, { "fileMatch": "sounds.{json,jsonc,json5}", - "url": "./minecraft-bedrock-schemas/resource/sounds.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/sounds.json" }, { "fileMatch": "terrain_texture.{json,jsonc,json5}", - "url": "./minecraft-bedrock-schemas/resource/textures/terrain_texture.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/resource/textures/terrain_texture.json" }, { "fileMatch": [ @@ -149,7 +149,7 @@ "*BP*/animation_controllers/**/*.{json,jsonc,json5}", "*bp*/animation_controllers/**/*.{json,jsonc,json5}" ], - "url": "./minecraft-bedrock-schemas/behavior/animation_controllers/animation_controller.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/behavior/animation_controllers/animation_controller.json" }, { "fileMatch": [ @@ -164,7 +164,7 @@ "*BP*/animations/**/*.{json,jsonc,json5}", "*bp*/animations/**/*.{json,jsonc,json5}" ], - "url": "./minecraft-bedrock-schemas/behavior/animations/animations.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/behavior/animations/animations.json" }, { "fileMatch": [ @@ -179,7 +179,7 @@ "*BP*/biomes/**/*.{json,jsonc,json5}", "*bp*/biomes/**/*.{json,jsonc,json5}" ], - "url": "./minecraft-bedrock-schemas/behavior/biomes/biomes.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/behavior/biomes/biomes.json" }, { "fileMatch": [ @@ -195,11 +195,11 @@ "*bp*/dialogue/**/*.{json,jsonc,json5}", "*.diag.{json,jsonc,json5}" ], - "url": "./minecraft-bedrock-schemas/behavior/dialogue/dialogue.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/behavior/dialogue/dialogue.json" }, { "fileMatch": ["functions/tick.{json,jsonc,json5}"], - "url": "./minecraft-bedrock-schemas/behavior/functions/tick.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/behavior/functions/tick.json" }, { "fileMatch": [ @@ -215,7 +215,7 @@ "*bp*/loot_tables/**/*.{json,jsonc,json5}", "*.loot.{json,jsonc,json5}" ], - "url": "./minecraft-bedrock-schemas/behavior/loot_tables/loot_tables.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/behavior/loot_tables/loot_tables.json" }, { "fileMatch": [ @@ -230,7 +230,7 @@ "*BP*/blocks/**/*.{json,jsonc,json5}", "*bp*/blocks/**/*.{json,jsonc,json5}" ], - "url": "./minecraft-bedrock-schemas/behavior/blocks/blocks.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/behavior/blocks/blocks.json" }, { "fileMatch": [ @@ -247,7 +247,7 @@ "*.entity.bp.{json,jsonc,json5}", "!*loot_tables*" ], - "url": "./minecraft-bedrock-schemas/behavior/entities/entities.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/behavior/entities/entities.json" }, { "fileMatch": [ @@ -263,7 +263,7 @@ "*bp*/features/**/*.{json,jsonc,json5}", "*.feature.{json,jsonc,json5}" ], - "url": "./minecraft-bedrock-schemas/behavior/features/features.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/behavior/features/features.json" }, { "fileMatch": [ @@ -279,7 +279,7 @@ "*bp*/feature_rules/**/*.{json,jsonc,json5}", "*.feature_rule.{json,jsonc,json5}" ], - "url": "./minecraft-bedrock-schemas/behavior/feature_rules/feature_rules.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/behavior/feature_rules/feature_rules.json" }, { "fileMatch": [ @@ -295,15 +295,15 @@ "*bp*/items/**/*.{json,jsonc,json5}", "*.item.bp.{json,jsonc,json5}" ], - "url": "./minecraft-bedrock-schemas/behavior/items/items.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/behavior/items/items.json" }, { "fileMatch": ["recipes/*.{json,jsonc,json5}", "recipes/**/*.{json,jsonc,json5}", "*.recipe.{json,jsonc,json5}"], - "url": "./minecraft-bedrock-schemas/behavior/recipes/recipes.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/behavior/recipes/recipes.json" }, { "fileMatch": ["spawn_rules/*.{json,jsonc,json5}", "spawn_rules/**/*.{json,jsonc,json5}", "*.spawn.{json,jsonc,json5}"], - "url": "./minecraft-bedrock-schemas/behavior/spawn_rules/spawn_rules.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/behavior/spawn_rules/spawn_rules.json" }, { "fileMatch": [ @@ -319,7 +319,7 @@ "*bp*/trading/**/*.{json,jsonc,json5}", "*.trade.{json,jsonc,json5}" ], - "url": "./minecraft-bedrock-schemas/behavior/trading/trading.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/behavior/trading/trading.json" }, { "fileMatch": [ @@ -335,7 +335,7 @@ "*bp*/volumes/**/*.{json,jsonc,json5}", "*.volume.{json,jsonc,json5}" ], - "url": "./minecraft-bedrock-schemas/behavior/volumes/volumes.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/behavior/volumes/volumes.json" } ] }