Fixing paths

This commit is contained in:
DaanV2
2021-10-04 12:11:05 +02:00
parent a078984925
commit db23dea798

View File

@@ -2,23 +2,23 @@
"json.schemas": [ "json.schemas": [
{ {
"fileMatch": "skin_pack/skins.{json,jsonc,json5}", "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}", "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}", "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}", "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}"], "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": [ "fileMatch": [
@@ -33,7 +33,7 @@
"*RP*/animation_controllers/**/*.{json,jsonc,json5}", "*RP*/animation_controllers/**/*.{json,jsonc,json5}",
"*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": [ "fileMatch": [
@@ -48,19 +48,19 @@
"*RP*/animations/**/*.{json,jsonc,json5}", "*RP*/animations/**/*.{json,jsonc,json5}",
"*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}"], "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}", "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}", "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": [ "fileMatch": [
@@ -70,23 +70,23 @@
"!models/entity/**/*.{json,jsonc,json5}", "!models/entity/**/*.{json,jsonc,json5}",
"!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}"], "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}", "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}", "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}", "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": [ "fileMatch": [
@@ -102,39 +102,39 @@
"*rp*/items/**/*.{json,jsonc,json5}", "*rp*/items/**/*.{json,jsonc,json5}",
"*.item.rp.{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}"], "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"], "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", "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}"], "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}"], "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}", "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}", "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}", "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": [ "fileMatch": [
@@ -149,7 +149,7 @@
"*BP*/animation_controllers/**/*.{json,jsonc,json5}", "*BP*/animation_controllers/**/*.{json,jsonc,json5}",
"*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": [ "fileMatch": [
@@ -164,7 +164,7 @@
"*BP*/animations/**/*.{json,jsonc,json5}", "*BP*/animations/**/*.{json,jsonc,json5}",
"*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": [ "fileMatch": [
@@ -179,7 +179,7 @@
"*BP*/biomes/**/*.{json,jsonc,json5}", "*BP*/biomes/**/*.{json,jsonc,json5}",
"*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": [ "fileMatch": [
@@ -195,11 +195,11 @@
"*bp*/dialogue/**/*.{json,jsonc,json5}", "*bp*/dialogue/**/*.{json,jsonc,json5}",
"*.diag.{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}"], "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": [ "fileMatch": [
@@ -215,7 +215,7 @@
"*bp*/loot_tables/**/*.{json,jsonc,json5}", "*bp*/loot_tables/**/*.{json,jsonc,json5}",
"*.loot.{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": [ "fileMatch": [
@@ -230,7 +230,7 @@
"*BP*/blocks/**/*.{json,jsonc,json5}", "*BP*/blocks/**/*.{json,jsonc,json5}",
"*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": [ "fileMatch": [
@@ -247,7 +247,7 @@
"*.entity.bp.{json,jsonc,json5}", "*.entity.bp.{json,jsonc,json5}",
"!*loot_tables*" "!*loot_tables*"
], ],
"url": "./minecraft-bedrock-schemas/behavior/entities/entities.json" "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-schemas/behavior/entities/entities.json"
}, },
{ {
"fileMatch": [ "fileMatch": [
@@ -263,7 +263,7 @@
"*bp*/features/**/*.{json,jsonc,json5}", "*bp*/features/**/*.{json,jsonc,json5}",
"*.feature.{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": [ "fileMatch": [
@@ -279,7 +279,7 @@
"*bp*/feature_rules/**/*.{json,jsonc,json5}", "*bp*/feature_rules/**/*.{json,jsonc,json5}",
"*.feature_rule.{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": [ "fileMatch": [
@@ -295,15 +295,15 @@
"*bp*/items/**/*.{json,jsonc,json5}", "*bp*/items/**/*.{json,jsonc,json5}",
"*.item.bp.{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}"], "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}"], "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": [ "fileMatch": [
@@ -319,7 +319,7 @@
"*bp*/trading/**/*.{json,jsonc,json5}", "*bp*/trading/**/*.{json,jsonc,json5}",
"*.trade.{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": [ "fileMatch": [
@@ -335,7 +335,7 @@
"*bp*/volumes/**/*.{json,jsonc,json5}", "*bp*/volumes/**/*.{json,jsonc,json5}",
"*.volume.{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"
} }
] ]
} }