From 2bc772bc3c17bd54f0adf0d488ffb6b1e19da82d Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 8 Jun 2021 21:34:20 +0200 Subject: [PATCH] Updated --- test/examples.code-workspace | 313 ----------------------------------- 1 file changed, 313 deletions(-) diff --git a/test/examples.code-workspace b/test/examples.code-workspace index b88da4db..a97faa81 100644 --- a/test/examples.code-workspace +++ b/test/examples.code-workspace @@ -1,318 +1,5 @@ { "folders": [{ "path": "." }], "settings": { - "json.schemas": [ - { - "fileMatch": ["skin_pack/skins.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/skinpacks/skins.json" - }, - { - "fileMatch": ["language_names.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/language/language_names.json" - }, - { - "fileMatch": ["languages.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/language/languages.json" - }, - { - "fileMatch": ["manifest.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/general/manifest.json" - }, - { - "fileMatch": ["world_behavior_packs.json", "world_resource_packs.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/general/world_x_packs.json" - }, - { - "fileMatch": [ - "resource_packs/*/animation_controllers/*.json", - "*resource*pack*/animation_controllers/*.json", - "*Resource*Pack*/animation_controllers/*.json", - "*RP*/animation_controllers/*.json", - "*rp*/animation_controllers/*.json", - "resource_packs/*/animation_controllers/**/*.json", - "*resource*pack*/animation_controllers/**/*.json", - "*Resource*Pack*/animation_controllers/**/*.json", - "*RP*/animation_controllers/**/*.json", - "*rp*/animation_controllers/**/*.json" - ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/animation_controllers/animation_controller.json" - }, - { - "fileMatch": [ - "resource_packs/*/animations/*.json", - "*resource*pack*/animations/*.json", - "*Resource*Pack*/animations/*.json", - "*RP*/animations/*.json", - "*rp*/animations/*.json", - "resource_packs/*/animations/**/*.json", - "*resource*pack*/animations/**/*.json", - "*Resource*Pack*/animations/**/*.json", - "*RP*/animations/**/*.json", - "*rp*/animations/**/*.json" - ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/animations/actor_animation.json" - }, - { - "fileMatch": ["attachables/*.json", "attachables/**/*.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/attachables/attachables.json" - }, - { - "fileMatch": ["biomes_client.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/biomes_client.json" - }, - { - "fileMatch": ["blocks.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/blocks.json" - }, - { - "fileMatch": ["entity/*.json", "entity/**/*.json", "*.entity.rp.json", "!models/entity"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/entity/entity.json" - }, - { - "fileMatch": ["fogs/*.json", "fogs/**/*.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/fog/fog.json" - }, - { - "fileMatch": ["flipbook_textures.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/flipbook_textures.json" - }, - { - "fileMatch": ["item_texture.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/item_texture.json" - }, - { - "fileMatch": ["texture_list.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/texture_list.json" - }, - { - "fileMatch": [ - "resource_packs/*/items/*.json", - "*resource*pack*/items/*.json", - "*Resource*Pack*/items/*.json", - "*RP*/items/*.json", - "*rp*/items/*.json", - "resource_packs/*/items/**/*.json", - "*resource*pack*/items/**/*.json", - "*Resource*Pack*/items/**/*.json", - "*RP*/items/**/*.json", - "*rp*/items/**/*.json", - "*.item.rp.json" - ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/items/items.json" - }, - { - "fileMatch": ["models/entity/*.json", "models/entity/**/*.json", "*.geo.json", "*.geometry.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/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" - }, - { - "fileMatch": ["music_definitions.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/sounds/music_definitions.json" - }, - { - "fileMatch": ["particles/*.json", "particles/**/*.json", "*.particle.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/particles/particles.json" - }, - { - "fileMatch": ["render_controllers/*.json", "render_controllers/**/*.json", "*.render.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/render_controllers/render_controllers.json" - }, - { - "fileMatch": ["sound_definitions.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/sounds/sound_definitions.json" - }, - { - "fileMatch": ["sounds.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/sounds.json" - }, - { - "fileMatch": ["terrain_texture.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/terrain_texture.json" - }, - { - "fileMatch": [ - "behavior_packs/*/animation_controllers/*.json", - "*behavior*pack*/animation_controllers/*.json", - "*Behavior*Pack*/animation_controllers/*.json", - "*BP*/animation_controllers/*.json", - "*bp*/animation_controllers/*.json", - "behavior_packs/*/animation_controllers/**/*.json", - "*behavior*pack*/animation_controllers/**/*.json", - "*Behavior*Pack*/animation_controllers/**/*.json", - "*BP*/animation_controllers/**/*.json", - "*bp*/animation_controllers/**/*.json" - ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/animation_controllers/animation_controller.json" - }, - { - "fileMatch": [ - "behavior_packs/*/animations/*.json", - "*behavior*pack*/animations/*.json", - "*Behavior*Pack*/animations/*.json", - "*BP*/animations/*.json", - "*bp*/animations/*.json", - "behavior_packs/*/animations/**/*.json", - "*behavior*pack*/animations/**/*.json", - "*Behavior*Pack*/animations/**/*.json", - "*BP*/animations/**/*.json", - "*bp*/animations/**/*.json" - ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/animations/animations.json" - }, - { - "fileMatch": [ - "behavior_packs/*/biomes/*.json", - "*behavior*pack*/biomes/*.json", - "*Behavior*Pack*/biomes/*.json", - "*BP*/biomes/*.json", - "*bp*/biomes/*.json", - "behavior_packs/*/biomes/**/*.json", - "*behavior*pack*/biomes/**/*.json", - "*Behavior*Pack*/biomes/**/*.json", - "*BP*/biomes/**/*.json", - "*bp*/biomes/**/*.json" - ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/biomes/biomes.json" - }, - { - "fileMatch": [ - "behavior_packs/*/loot_tables/*.json", - "*behavior*pack*/loot_tables/*.json", - "*Behavior*Pack*/loot_tables/*.json", - "*BP*/loot_tables/*.json", - "*bp*/loot_tables/*.json", - "behavior_packs/*/loot_tables/**/*.json", - "*behavior*pack*/loot_tables/**/*.json", - "*Behavior*Pack*/loot_tables/**/*.json", - "*BP*/loot_tables/**/*.json", - "*bp*/loot_tables/**/*.json", - "*.loot.json" - ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/loot_tables/loot_tables.json" - }, - { - "fileMatch": [ - "behavior_packs/*/blocks/*.json", - "*behavior*pack*/blocks/*.json", - "*Behavior*Pack*/blocks/*.json", - "*BP*/blocks/*.json", - "*bp*/blocks/*.json", - "behavior_packs/*/blocks/**/*.json", - "*behavior*pack*/blocks/**/*.json", - "*Behavior*Pack*/blocks/**/*.json", - "*BP*/blocks/**/*.json", - "*bp*/blocks/**/*.json" - ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/blocks/blocks.json" - }, - { - "fileMatch": [ - "behavior_packs/*/entities/*.json", - "*behavior*pack*/entities/*.json", - "*Behavior*Pack*/entities/*.json", - "*BP*/entities/*.json", - "*bp*/entities/*.json", - "behavior_packs/*/entities/**/*.json", - "*behavior*pack*/entities/**/*.json", - "*Behavior*Pack*/entities/**/*.json", - "*BP*/entities/**/*.json", - "*bp*/entities/**/*.json", - "*.entity.bp.json", - "!*loot_tables*" - ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/entities/entities.json" - }, - { - "fileMatch": [ - "behavior_packs/*/features/*.json", - "*behavior*pack*/features/*.json", - "*Behavior*Pack*/features/*.json", - "*BP*/features/*.json", - "*bp*/features/*.json", - "behavior_packs/*/features/**/*.json", - "*behavior*pack*/features/**/*.json", - "*Behavior*Pack*/features/**/*.json", - "*BP*/features/**/*.json", - "*bp*/features/**/*.json", - "*.feature.json" - ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/features/features.json" - }, - { - "fileMatch": [ - "behavior_packs/*/feature_rules/*.json", - "*behavior*pack*/feature_rules/*.json", - "*Behavior*Pack*/feature_rules/*.json", - "*BP*/feature_rules/*.json", - "*bp*/feature_rules/*.json", - "behavior_packs/*/feature_rules/**/*.json", - "*behavior*pack*/feature_rules/**/*.json", - "*Behavior*Pack*/feature_rules/**/*.json", - "*BP*/feature_rules/**/*.json", - "*bp*/feature_rules/**/*.json", - "*.feature_rule.json" - ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/feature_rules/feature_rules.json" - }, - { - "fileMatch": [ - "behavior_packs/*/items/*.json", - "*behavior*pack*/items/*.json", - "*Behavior*Pack*/items/*.json", - "*BP*/items/*.json", - "*bp*/items/*.json", - "behavior_packs/*/items/**/*.json", - "*behavior*pack*/items/**/*.json", - "*Behavior*Pack*/items/**/*.json", - "*BP*/items/**/*.json", - "*bp*/items/**/*.json", - "*.item.bp.json" - ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/items/items.json" - }, - { - "fileMatch": ["recipes/*.json", "recipes/**/*.json", "*.recipe.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/recipes/recipes.json" - }, - { - "fileMatch": ["spawn_rules/*.json", "spawn_rules/**/*.json", "*.spawn.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/spawn_rules/spawn_rules.json" - }, - { - "fileMatch": [ - "behavior_packs/*/trading/*.json", - "*behavior*pack*/trading/*.json", - "*Behavior*Pack*/trading/*.json", - "*BP*/trading/*.json", - "*bp*/trading/*.json", - "behavior_packs/*/trading/**/*.json", - "*behavior*pack*/trading/**/*.json", - "*Behavior*Pack*/trading/**/*.json", - "*BP*/trading/**/*.json", - "*bp*/trading/**/*.json", - "*.trade.json" - ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/trading/trading.json" - }, - { - "fileMatch": [ - "behavior_packs/*/volumes/*.json", - "*behavior*pack*/volumes/*.json", - "*Behavior*Pack*/volumes/*.json", - "*BP*/volumes/*.json", - "*bp*/volumes/*.json", - "behavior_packs/*/volumes/**/*.json", - "*behavior*pack*/volumes/**/*.json", - "*Behavior*Pack*/volumes/**/*.json", - "*BP*/volumes/**/*.json", - "*bp*/volumes/**/*.json", - "*.volume.json" - ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/volumes/volumes.json" - } - ] } }