This commit is contained in:
DaanV2
2021-10-04 11:56:54 +02:00
parent 4f378ddbf2
commit e8914d0e31

View File

@@ -1,335 +1,341 @@
{ {
"json.schemas": [ "json.schemas": [
{ {
"fileMatch": ["skin_pack/skins.json"], "fileMatch": "skin_pack/skins.{json,jsonc,json5}",
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/skinpacks/skins.json" "url": "./minecraft-bedrock-schemas/skinpacks/skins.json"
}, },
{ {
"fileMatch": ["language_names.json"], "fileMatch": "language_names.{json,jsonc,json5}",
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/language/language_names.json" "url": "./minecraft-bedrock-schemas/language/language_names.json"
}, },
{ {
"fileMatch": ["languages.json"], "fileMatch": "languages.{json,jsonc,json5}",
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/language/languages.json" "url": "./minecraft-bedrock-schemas/language/languages.json"
}, },
{ {
"fileMatch": ["manifest.json"], "fileMatch": "manifest.{json,jsonc,json5}",
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/general/manifest.json" "url": "./minecraft-bedrock-schemas/general/manifest.json"
}, },
{ {
"fileMatch": ["world_behavior_packs.json", "world_resource_packs.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": "./minecraft-bedrock-schemas/general/world_x_packs.json"
}, },
{ {
"fileMatch": [ "fileMatch": [
"resource_packs/*/animation_controllers/*.json", "resource_packs/*/animation_controllers/*.{json,jsonc,json5}",
"*resource*pack*/animation_controllers/*.json", "*resource*pack*/animation_controllers/*.{json,jsonc,json5}",
"*Resource*Pack*/animation_controllers/*.json", "*Resource*Pack*/animation_controllers/*.{json,jsonc,json5}",
"*RP*/animation_controllers/*.json", "*RP*/animation_controllers/*.{json,jsonc,json5}",
"*rp*/animation_controllers/*.json", "*rp*/animation_controllers/*.{json,jsonc,json5}",
"resource_packs/*/animation_controllers/**/*.json", "resource_packs/*/animation_controllers/**/*.{json,jsonc,json5}",
"*resource*pack*/animation_controllers/**/*.json", "*resource*pack*/animation_controllers/**/*.{json,jsonc,json5}",
"*Resource*Pack*/animation_controllers/**/*.json", "*Resource*Pack*/animation_controllers/**/*.{json,jsonc,json5}",
"*RP*/animation_controllers/**/*.json", "*RP*/animation_controllers/**/*.{json,jsonc,json5}",
"*rp*/animation_controllers/**/*.json" "*rp*/animation_controllers/**/*.{json,jsonc,json5}"
], ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/animation_controllers/animation_controller.json" "url": "./minecraft-bedrock-schemas/resource/animation_controllers/animation_controller.json"
}, },
{ {
"fileMatch": [ "fileMatch": [
"resource_packs/*/animations/*.json", "resource_packs/*/animations/*.{json,jsonc,json5}",
"*resource*pack*/animations/*.json", "*resource*pack*/animations/*.{json,jsonc,json5}",
"*Resource*Pack*/animations/*.json", "*Resource*Pack*/animations/*.{json,jsonc,json5}",
"*RP*/animations/*.json", "*RP*/animations/*.{json,jsonc,json5}",
"*rp*/animations/*.json", "*rp*/animations/*.{json,jsonc,json5}",
"resource_packs/*/animations/**/*.json", "resource_packs/*/animations/**/*.{json,jsonc,json5}",
"*resource*pack*/animations/**/*.json", "*resource*pack*/animations/**/*.{json,jsonc,json5}",
"*Resource*Pack*/animations/**/*.json", "*Resource*Pack*/animations/**/*.{json,jsonc,json5}",
"*RP*/animations/**/*.json", "*RP*/animations/**/*.{json,jsonc,json5}",
"*rp*/animations/**/*.json" "*rp*/animations/**/*.{json,jsonc,json5}"
], ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/animations/actor_animation.json" "url": "./minecraft-bedrock-schemas/resource/animations/actor_animation.json"
}, },
{ {
"fileMatch": ["attachables/*.json", "attachables/**/*.json"], "fileMatch": ["attachables/*.{json,jsonc,json5}", "attachables/**/*.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/attachables/attachables.json" "url": "./minecraft-bedrock-schemas/resource/attachables/attachables.json"
}, },
{ {
"fileMatch": ["biomes_client.json"], "fileMatch": "biomes_client.{json,jsonc,json5}",
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/biomes_client.json" "url": "./minecraft-bedrock-schemas/resource/biomes_client.json"
}, },
{ {
"fileMatch": ["blocks.json"], "fileMatch": "blocks.{json,jsonc,json5}",
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/blocks.json" "url": "./minecraft-bedrock-schemas/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": [ "fileMatch": [
"resource_packs/*/items/*.json", "entity/*.{json,jsonc,json5}",
"*resource*pack*/items/*.json", "entity/**/*.{json,jsonc,json5}",
"*Resource*Pack*/items/*.json", "*.entity.rp.{json,jsonc,json5}",
"*RP*/items/*.json", "!models/entity/**/*.{json,jsonc,json5}",
"*rp*/items/*.json", "!models/entity/*.{json,jsonc,json5}"
"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" "url": "./minecraft-bedrock-schemas/resource/entity/entity.json"
}, },
{ {
"fileMatch": ["models/entity/*.json", "models/entity/**/*.json", "*.geo.json", "*.geometry.json"], "fileMatch": ["fogs/*.{json,jsonc,json5}", "fogs/**/*.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/models/entity/model_entity.json" "url": "./minecraft-bedrock-schemas/resource/fog/fog.json"
},
{
"fileMatch": "flipbook_textures.{json,jsonc,json5}",
"url": "./minecraft-bedrock-schemas/resource/textures/flipbook_textures.json"
},
{
"fileMatch": "item_texture.{json,jsonc,json5}",
"url": "./minecraft-bedrock-schemas/resource/textures/item_texture.json"
},
{
"fileMatch": "texture_list.{json,jsonc,json5}",
"url": "./minecraft-bedrock-schemas/resource/textures/texture_list.json"
},
{
"fileMatch": [
"resource_packs/*/items/*.{json,jsonc,json5}",
"*resource*pack*/items/*.{json,jsonc,json5}",
"*Resource*Pack*/items/*.{json,jsonc,json5}",
"*RP*/items/*.{json,jsonc,json5}",
"*rp*/items/*.{json,jsonc,json5}",
"resource_packs/*/items/**/*.{json,jsonc,json5}",
"*resource*pack*/items/**/*.{json,jsonc,json5}",
"*Resource*Pack*/items/**/*.{json,jsonc,json5}",
"*RP*/items/**/*.{json,jsonc,json5}",
"*rp*/items/**/*.{json,jsonc,json5}",
"*.item.rp.{json,jsonc,json5}"
],
"url": "./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"
}, },
{ {
"fileMatch": ["materials/*.material"], "fileMatch": ["materials/*.material"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/materials/materials.json" "url": "./minecraft-bedrock-schemas/resource/materials/materials.json"
}, },
{ {
"fileMatch": ["music_definitions.json"], "fileMatch": "music_definitions.json",
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/sounds/music_definitions.json" "url": "./minecraft-bedrock-schemas/resource/sounds/music_definitions.json"
}, },
{ {
"fileMatch": ["particles/*.json", "particles/**/*.json", "*.particle.json"], "fileMatch": ["particles/*.{json,jsonc,json5}", "particles/**/*.{json,jsonc,json5}", "*.particle.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/particles/particles.json" "url": "./minecraft-bedrock-schemas/resource/particles/particles.json"
}, },
{ {
"fileMatch": ["render_controllers/*.json", "render_controllers/**/*.json", "*.render.json"], "fileMatch": ["render_controllers/*.{json,jsonc,json5}", "render_controllers/**/*.{json,jsonc,json5}", "*.render.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/render_controllers/render_controllers.json" "url": "./minecraft-bedrock-schemas/resource/render_controllers/render_controllers.json"
}, },
{ {
"fileMatch": ["sound_definitions.json"], "fileMatch": "sound_definitions.{json,jsonc,json5}",
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/sounds/sound_definitions.json" "url": "./minecraft-bedrock-schemas/resource/sounds/sound_definitions.json"
}, },
{ {
"fileMatch": ["sounds.json"], "fileMatch": "sounds.{json,jsonc,json5}",
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/sounds.json" "url": "./minecraft-bedrock-schemas/resource/sounds.json"
}, },
{ {
"fileMatch": ["terrain_texture.json"], "fileMatch": "terrain_texture.{json,jsonc,json5}",
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/terrain_texture.json" "url": "./minecraft-bedrock-schemas/resource/textures/terrain_texture.json"
}, },
{ {
"fileMatch": [ "fileMatch": [
"behavior_packs/*/animation_controllers/*.json", "behavior_packs/*/animation_controllers/*.{json,jsonc,json5}",
"*behavior*pack*/animation_controllers/*.json", "*behavior*pack*/animation_controllers/*.{json,jsonc,json5}",
"*Behavior*Pack*/animation_controllers/*.json", "*Behavior*Pack*/animation_controllers/*.{json,jsonc,json5}",
"*BP*/animation_controllers/*.json", "*BP*/animation_controllers/*.{json,jsonc,json5}",
"*bp*/animation_controllers/*.json", "*bp*/animation_controllers/*.{json,jsonc,json5}",
"behavior_packs/*/animation_controllers/**/*.json", "behavior_packs/*/animation_controllers/**/*.{json,jsonc,json5}",
"*behavior*pack*/animation_controllers/**/*.json", "*behavior*pack*/animation_controllers/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/animation_controllers/**/*.json", "*Behavior*Pack*/animation_controllers/**/*.{json,jsonc,json5}",
"*BP*/animation_controllers/**/*.json", "*BP*/animation_controllers/**/*.{json,jsonc,json5}",
"*bp*/animation_controllers/**/*.json" "*bp*/animation_controllers/**/*.{json,jsonc,json5}"
], ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/animation_controllers/animation_controller.json" "url": "./minecraft-bedrock-schemas/behavior/animation_controllers/animation_controller.json"
}, },
{ {
"fileMatch": [ "fileMatch": [
"behavior_packs/*/animations/*.json", "behavior_packs/*/animations/*.{json,jsonc,json5}",
"*behavior*pack*/animations/*.json", "*behavior*pack*/animations/*.{json,jsonc,json5}",
"*Behavior*Pack*/animations/*.json", "*Behavior*Pack*/animations/*.{json,jsonc,json5}",
"*BP*/animations/*.json", "*BP*/animations/*.{json,jsonc,json5}",
"*bp*/animations/*.json", "*bp*/animations/*.{json,jsonc,json5}",
"behavior_packs/*/animations/**/*.json", "behavior_packs/*/animations/**/*.{json,jsonc,json5}",
"*behavior*pack*/animations/**/*.json", "*behavior*pack*/animations/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/animations/**/*.json", "*Behavior*Pack*/animations/**/*.{json,jsonc,json5}",
"*BP*/animations/**/*.json", "*BP*/animations/**/*.{json,jsonc,json5}",
"*bp*/animations/**/*.json" "*bp*/animations/**/*.{json,jsonc,json5}"
], ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/animations/animations.json" "url": "./minecraft-bedrock-schemas/behavior/animations/animations.json"
}, },
{ {
"fileMatch": [ "fileMatch": [
"behavior_packs/*/biomes/*.json", "behavior_packs/*/biomes/*.{json,jsonc,json5}",
"*behavior*pack*/biomes/*.json", "*behavior*pack*/biomes/*.{json,jsonc,json5}",
"*Behavior*Pack*/biomes/*.json", "*Behavior*Pack*/biomes/*.{json,jsonc,json5}",
"*BP*/biomes/*.json", "*BP*/biomes/*.{json,jsonc,json5}",
"*bp*/biomes/*.json", "*bp*/biomes/*.{json,jsonc,json5}",
"behavior_packs/*/biomes/**/*.json", "behavior_packs/*/biomes/**/*.{json,jsonc,json5}",
"*behavior*pack*/biomes/**/*.json", "*behavior*pack*/biomes/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/biomes/**/*.json", "*Behavior*Pack*/biomes/**/*.{json,jsonc,json5}",
"*BP*/biomes/**/*.json", "*BP*/biomes/**/*.{json,jsonc,json5}",
"*bp*/biomes/**/*.json" "*bp*/biomes/**/*.{json,jsonc,json5}"
], ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/biomes/biomes.json" "url": "./minecraft-bedrock-schemas/behavior/biomes/biomes.json"
}, },
{ {
"fileMatch": [ "fileMatch": [
"behavior_packs/*/dialogue/*.json", "behavior_packs/*/dialogue/*.{json,jsonc,json5}",
"*behavior*pack*/dialogue/*.json", "*behavior*pack*/dialogue/*.{json,jsonc,json5}",
"*Behavior*Pack*/dialogue/*.json", "*Behavior*Pack*/dialogue/*.{json,jsonc,json5}",
"*BP*/dialogue/*.json", "*BP*/dialogue/*.{json,jsonc,json5}",
"*bp*/dialogue/*.json", "*bp*/dialogue/*.{json,jsonc,json5}",
"behavior_packs/*/dialogue/**/*.json", "behavior_packs/*/dialogue/**/*.{json,jsonc,json5}",
"*behavior*pack*/dialogue/**/*.json", "*behavior*pack*/dialogue/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/dialogue/**/*.json", "*Behavior*Pack*/dialogue/**/*.{json,jsonc,json5}",
"*BP*/dialogue/**/*.json", "*BP*/dialogue/**/*.{json,jsonc,json5}",
"*bp*/dialogue/**/*.json", "*bp*/dialogue/**/*.{json,jsonc,json5}",
"*.diag.json" "*.diag.{json,jsonc,json5}"
], ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/dialogue/dialogue.json" "url": "./minecraft-bedrock-schemas/behavior/dialogue/dialogue.json"
}, },
{ {
"fileMatch": [ "functions/tick.json" ], "fileMatch": ["functions/tick.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/functions/tick.json" "url": "./minecraft-bedrock-schemas/behavior/functions/tick.json"
}, },
{ {
"fileMatch": [ "fileMatch": [
"behavior_packs/*/loot_tables/*.json", "behavior_packs/*/loot_tables/*.{json,jsonc,json5}",
"*behavior*pack*/loot_tables/*.json", "*behavior*pack*/loot_tables/*.{json,jsonc,json5}",
"*Behavior*Pack*/loot_tables/*.json", "*Behavior*Pack*/loot_tables/*.{json,jsonc,json5}",
"*BP*/loot_tables/*.json", "*BP*/loot_tables/*.{json,jsonc,json5}",
"*bp*/loot_tables/*.json", "*bp*/loot_tables/*.{json,jsonc,json5}",
"behavior_packs/*/loot_tables/**/*.json", "behavior_packs/*/loot_tables/**/*.{json,jsonc,json5}",
"*behavior*pack*/loot_tables/**/*.json", "*behavior*pack*/loot_tables/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/loot_tables/**/*.json", "*Behavior*Pack*/loot_tables/**/*.{json,jsonc,json5}",
"*BP*/loot_tables/**/*.json", "*BP*/loot_tables/**/*.{json,jsonc,json5}",
"*bp*/loot_tables/**/*.json", "*bp*/loot_tables/**/*.{json,jsonc,json5}",
"*.loot.json" "*.loot.{json,jsonc,json5}"
], ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/loot_tables/loot_tables.json" "url": "./minecraft-bedrock-schemas/behavior/loot_tables/loot_tables.json"
}, },
{ {
"fileMatch": [ "fileMatch": [
"behavior_packs/*/blocks/*.json", "behavior_packs/*/blocks/*.{json,jsonc,json5}",
"*behavior*pack*/blocks/*.json", "*behavior*pack*/blocks/*.{json,jsonc,json5}",
"*Behavior*Pack*/blocks/*.json", "*Behavior*Pack*/blocks/*.{json,jsonc,json5}",
"*BP*/blocks/*.json", "*BP*/blocks/*.{json,jsonc,json5}",
"*bp*/blocks/*.json", "*bp*/blocks/*.{json,jsonc,json5}",
"behavior_packs/*/blocks/**/*.json", "behavior_packs/*/blocks/**/*.{json,jsonc,json5}",
"*behavior*pack*/blocks/**/*.json", "*behavior*pack*/blocks/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/blocks/**/*.json", "*Behavior*Pack*/blocks/**/*.{json,jsonc,json5}",
"*BP*/blocks/**/*.json", "*BP*/blocks/**/*.{json,jsonc,json5}",
"*bp*/blocks/**/*.json" "*bp*/blocks/**/*.{json,jsonc,json5}"
], ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/blocks/blocks.json" "url": "./minecraft-bedrock-schemas/behavior/blocks/blocks.json"
}, },
{ {
"fileMatch": [ "fileMatch": [
"behavior_packs/*/entities/*.json", "behavior_packs/*/entities/*.{json,jsonc,json5}",
"*behavior*pack*/entities/*.json", "*behavior*pack*/entities/*.{json,jsonc,json5}",
"*Behavior*Pack*/entities/*.json", "*Behavior*Pack*/entities/*.{json,jsonc,json5}",
"*BP*/entities/*.json", "*BP*/entities/*.{json,jsonc,json5}",
"*bp*/entities/*.json", "*bp*/entities/*.{json,jsonc,json5}",
"behavior_packs/*/entities/**/*.json", "behavior_packs/*/entities/**/*.{json,jsonc,json5}",
"*behavior*pack*/entities/**/*.json", "*behavior*pack*/entities/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/entities/**/*.json", "*Behavior*Pack*/entities/**/*.{json,jsonc,json5}",
"*BP*/entities/**/*.json", "*BP*/entities/**/*.{json,jsonc,json5}",
"*bp*/entities/**/*.json", "*bp*/entities/**/*.{json,jsonc,json5}",
"*.entity.bp.json", "*.entity.bp.{json,jsonc,json5}",
"!*loot_tables*" "!*loot_tables*"
], ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/entities/entities.json" "url": "./minecraft-bedrock-schemas/behavior/entities/entities.json"
}, },
{ {
"fileMatch": [ "fileMatch": [
"behavior_packs/*/features/*.json", "behavior_packs/*/features/*.{json,jsonc,json5}",
"*behavior*pack*/features/*.json", "*behavior*pack*/features/*.{json,jsonc,json5}",
"*Behavior*Pack*/features/*.json", "*Behavior*Pack*/features/*.{json,jsonc,json5}",
"*BP*/features/*.json", "*BP*/features/*.{json,jsonc,json5}",
"*bp*/features/*.json", "*bp*/features/*.{json,jsonc,json5}",
"behavior_packs/*/features/**/*.json", "behavior_packs/*/features/**/*.{json,jsonc,json5}",
"*behavior*pack*/features/**/*.json", "*behavior*pack*/features/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/features/**/*.json", "*Behavior*Pack*/features/**/*.{json,jsonc,json5}",
"*BP*/features/**/*.json", "*BP*/features/**/*.{json,jsonc,json5}",
"*bp*/features/**/*.json", "*bp*/features/**/*.{json,jsonc,json5}",
"*.feature.json" "*.feature.{json,jsonc,json5}"
], ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/features/features.json" "url": "./minecraft-bedrock-schemas/behavior/features/features.json"
}, },
{ {
"fileMatch": [ "fileMatch": [
"behavior_packs/*/feature_rules/*.json", "behavior_packs/*/feature_rules/*.{json,jsonc,json5}",
"*behavior*pack*/feature_rules/*.json", "*behavior*pack*/feature_rules/*.{json,jsonc,json5}",
"*Behavior*Pack*/feature_rules/*.json", "*Behavior*Pack*/feature_rules/*.{json,jsonc,json5}",
"*BP*/feature_rules/*.json", "*BP*/feature_rules/*.{json,jsonc,json5}",
"*bp*/feature_rules/*.json", "*bp*/feature_rules/*.{json,jsonc,json5}",
"behavior_packs/*/feature_rules/**/*.json", "behavior_packs/*/feature_rules/**/*.{json,jsonc,json5}",
"*behavior*pack*/feature_rules/**/*.json", "*behavior*pack*/feature_rules/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/feature_rules/**/*.json", "*Behavior*Pack*/feature_rules/**/*.{json,jsonc,json5}",
"*BP*/feature_rules/**/*.json", "*BP*/feature_rules/**/*.{json,jsonc,json5}",
"*bp*/feature_rules/**/*.json", "*bp*/feature_rules/**/*.{json,jsonc,json5}",
"*.feature_rule.json" "*.feature_rule.{json,jsonc,json5}"
], ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/feature_rules/feature_rules.json" "url": "./minecraft-bedrock-schemas/behavior/feature_rules/feature_rules.json"
}, },
{ {
"fileMatch": [ "fileMatch": [
"behavior_packs/*/items/*.json", "behavior_packs/*/items/*.{json,jsonc,json5}",
"*behavior*pack*/items/*.json", "*behavior*pack*/items/*.{json,jsonc,json5}",
"*Behavior*Pack*/items/*.json", "*Behavior*Pack*/items/*.{json,jsonc,json5}",
"*BP*/items/*.json", "*BP*/items/*.{json,jsonc,json5}",
"*bp*/items/*.json", "*bp*/items/*.{json,jsonc,json5}",
"behavior_packs/*/items/**/*.json", "behavior_packs/*/items/**/*.{json,jsonc,json5}",
"*behavior*pack*/items/**/*.json", "*behavior*pack*/items/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/items/**/*.json", "*Behavior*Pack*/items/**/*.{json,jsonc,json5}",
"*BP*/items/**/*.json", "*BP*/items/**/*.{json,jsonc,json5}",
"*bp*/items/**/*.json", "*bp*/items/**/*.{json,jsonc,json5}",
"*.item.bp.json" "*.item.bp.{json,jsonc,json5}"
], ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/items/items.json" "url": "./minecraft-bedrock-schemas/behavior/items/items.json"
}, },
{ {
"fileMatch": ["recipes/*.json", "recipes/**/*.json", "*.recipe.json"], "fileMatch": ["recipes/*.{json,jsonc,json5}", "recipes/**/*.{json,jsonc,json5}", "*.recipe.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/recipes/recipes.json" "url": "./minecraft-bedrock-schemas/behavior/recipes/recipes.json"
}, },
{ {
"fileMatch": ["spawn_rules/*.json", "spawn_rules/**/*.json", "*.spawn.json"], "fileMatch": ["spawn_rules/*.{json,jsonc,json5}", "spawn_rules/**/*.{json,jsonc,json5}", "*.spawn.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/spawn_rules/spawn_rules.json" "url": "./minecraft-bedrock-schemas/behavior/spawn_rules/spawn_rules.json"
}, },
{ {
"fileMatch": [ "fileMatch": [
"behavior_packs/*/trading/*.json", "behavior_packs/*/trading/*.{json,jsonc,json5}",
"*behavior*pack*/trading/*.json", "*behavior*pack*/trading/*.{json,jsonc,json5}",
"*Behavior*Pack*/trading/*.json", "*Behavior*Pack*/trading/*.{json,jsonc,json5}",
"*BP*/trading/*.json", "*BP*/trading/*.{json,jsonc,json5}",
"*bp*/trading/*.json", "*bp*/trading/*.{json,jsonc,json5}",
"behavior_packs/*/trading/**/*.json", "behavior_packs/*/trading/**/*.{json,jsonc,json5}",
"*behavior*pack*/trading/**/*.json", "*behavior*pack*/trading/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/trading/**/*.json", "*Behavior*Pack*/trading/**/*.{json,jsonc,json5}",
"*BP*/trading/**/*.json", "*BP*/trading/**/*.{json,jsonc,json5}",
"*bp*/trading/**/*.json", "*bp*/trading/**/*.{json,jsonc,json5}",
"*.trade.json" "*.trade.{json,jsonc,json5}"
], ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/trading/trading.json" "url": "./minecraft-bedrock-schemas/behavior/trading/trading.json"
}, },
{ {
"fileMatch": [ "fileMatch": [
"behavior_packs/*/volumes/*.json", "behavior_packs/*/volumes/*.{json,jsonc,json5}",
"*behavior*pack*/volumes/*.json", "*behavior*pack*/volumes/*.{json,jsonc,json5}",
"*Behavior*Pack*/volumes/*.json", "*Behavior*Pack*/volumes/*.{json,jsonc,json5}",
"*BP*/volumes/*.json", "*BP*/volumes/*.{json,jsonc,json5}",
"*bp*/volumes/*.json", "*bp*/volumes/*.{json,jsonc,json5}",
"behavior_packs/*/volumes/**/*.json", "behavior_packs/*/volumes/**/*.{json,jsonc,json5}",
"*behavior*pack*/volumes/**/*.json", "*behavior*pack*/volumes/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/volumes/**/*.json", "*Behavior*Pack*/volumes/**/*.{json,jsonc,json5}",
"*BP*/volumes/**/*.json", "*BP*/volumes/**/*.{json,jsonc,json5}",
"*bp*/volumes/**/*.json", "*bp*/volumes/**/*.{json,jsonc,json5}",
"*.volume.json" "*.volume.{json,jsonc,json5}"
], ],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/volumes/volumes.json" "url": "./minecraft-bedrock-schemas/behavior/volumes/volumes.json"
} }
] ]
} }