From f3bc04efdebc2d6711885f8dd1e45192c422d2fd Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 8 Jun 2021 21:29:54 +0200 Subject: [PATCH] Updated --- source/general/feature/identifier.json | 8 +- .../aggregate_feature_planks_placement.json | 12 +-- test/examples.code-workspace | 102 ++++++++++++------ vscode-settings.json | 74 ++++++------- 4 files changed, 110 insertions(+), 86 deletions(-) diff --git a/source/general/feature/identifier.json b/source/general/feature/identifier.json index 7a531d22..9dc4cd4c 100644 --- a/source/general/feature/identifier.json +++ b/source/general/feature/identifier.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.entity.identifier.1.8.0", + "$id": "blockception.minecraft.feature.identifier.1.8.0", "type": "string", - "title": "Entity Identifier 1.8.0", - "description": "The minecraft entity identifier", - "examples": ["namespace:entity_name"], + "title": "Feature Identifier 1.8.0", + "description": "The minecraft feature identifier", + "examples": ["namespace:feature"], "pattern": "^[0-9a-zA-Z:_\\.\\-]+$" } diff --git a/test/bp/features/aggregate_feature_planks_placement.json b/test/bp/features/aggregate_feature_planks_placement.json index 29200fcc..bdfc3d05 100644 --- a/test/bp/features/aggregate_feature_planks_placement.json +++ b/test/bp/features/aggregate_feature_planks_placement.json @@ -3,15 +3,7 @@ "minecraft:scatter_feature": { "description": { - "identifier": "aggregate_features:aggregate_feature_planks_placement" - }, - - "places_feature": "aggregate_features:aggregate_feature_planks", - - "iterations": 1, - - "x": 0, - "z": 4, - "y": 0 + "identifier": "namespace:entity_name" + } } } \ No newline at end of file diff --git a/test/examples.code-workspace b/test/examples.code-workspace index a8af38a0..b88da4db 100644 --- a/test/examples.code-workspace +++ b/test/examples.code-workspace @@ -4,23 +4,23 @@ "json.schemas": [ { "fileMatch": ["skin_pack/skins.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/skinpacks/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/minecraft-bedrock-schemas/language/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/minecraft-bedrock-schemas/language/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/minecraft-bedrock-schemas/general/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/minecraft-bedrock-schemas/general/world_x_packs.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/general/world_x_packs.json" }, { "fileMatch": [ @@ -35,7 +35,7 @@ "*RP*/animation_controllers/**/*.json", "*rp*/animation_controllers/**/*.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/resource/animation_controllers/animation_controller.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/animation_controllers/animation_controller.json" }, { "fileMatch": [ @@ -50,39 +50,39 @@ "*RP*/animations/**/*.json", "*rp*/animations/**/*.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/resource/animations/actor_animation.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/minecraft-bedrock-schemas/resource/attachables/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/minecraft-bedrock-schemas/resource/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/minecraft-bedrock-schemas/resource/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/minecraft-bedrock-schemas/resource/entity/entity.json" + "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/minecraft-bedrock-schemas/resource/fog/fog.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/minecraft-bedrock-schemas/resource/textures/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/minecraft-bedrock-schemas/resource/textures/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/minecraft-bedrock-schemas/resource/textures/texture_list.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/texture_list.json" }, { "fileMatch": [ @@ -98,39 +98,39 @@ "*rp*/items/**/*.json", "*.item.rp.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/resource/items/items.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/minecraft-bedrock-schemas/resource/models/entity/model_entity.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/minecraft-bedrock-schemas/resource/materials/materials.json" + "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/minecraft-bedrock-schemas/resource/sounds/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/minecraft-bedrock-schemas/resource/particles/particles.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/minecraft-bedrock-schemas/resource/render_controllers/render_controllers.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/minecraft-bedrock-schemas/resource/sounds/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/minecraft-bedrock-schemas/resource/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/minecraft-bedrock-schemas/resource/textures/terrain_texture.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/terrain_texture.json" }, { "fileMatch": [ @@ -145,7 +145,7 @@ "*BP*/animation_controllers/**/*.json", "*bp*/animation_controllers/**/*.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/animation_controllers/animation_controller.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/animation_controllers/animation_controller.json" }, { "fileMatch": [ @@ -160,7 +160,7 @@ "*BP*/animations/**/*.json", "*bp*/animations/**/*.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/animations/animations.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/animations/animations.json" }, { "fileMatch": [ @@ -175,7 +175,7 @@ "*BP*/biomes/**/*.json", "*bp*/biomes/**/*.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/biomes/biomes.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/biomes/biomes.json" }, { "fileMatch": [ @@ -191,7 +191,7 @@ "*bp*/loot_tables/**/*.json", "*.loot.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/loot_tables/loot_tables.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/loot_tables/loot_tables.json" }, { "fileMatch": [ @@ -206,7 +206,7 @@ "*BP*/blocks/**/*.json", "*bp*/blocks/**/*.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/blocks/blocks.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/blocks/blocks.json" }, { "fileMatch": [ @@ -223,7 +223,39 @@ "*.entity.bp.json", "!*loot_tables*" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/entities/entities.json" + "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": [ @@ -239,15 +271,15 @@ "*bp*/items/**/*.json", "*.item.bp.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/items/items.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/minecraft-bedrock-schemas/behavior/recipes/recipes.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/minecraft-bedrock-schemas/behavior/spawn_rules/spawn_rules.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/spawn_rules/spawn_rules.json" }, { "fileMatch": [ @@ -263,7 +295,7 @@ "*bp*/trading/**/*.json", "*.trade.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/trading/trading.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/trading/trading.json" }, { "fileMatch": [ @@ -279,7 +311,7 @@ "*bp*/volumes/**/*.json", "*.volume.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/volumes/volumes.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/volumes/volumes.json" } ] } diff --git a/vscode-settings.json b/vscode-settings.json index 3d39015e..9f76b18f 100644 --- a/vscode-settings.json +++ b/vscode-settings.json @@ -2,23 +2,23 @@ "json.schemas": [ { "fileMatch": ["skin_pack/skins.json"], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/skinpacks/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/minecraft-bedrock-schemas/language/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/minecraft-bedrock-schemas/language/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/minecraft-bedrock-schemas/general/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/minecraft-bedrock-schemas/general/world_x_packs.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/general/world_x_packs.json" }, { "fileMatch": [ @@ -33,7 +33,7 @@ "*RP*/animation_controllers/**/*.json", "*rp*/animation_controllers/**/*.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/resource/animation_controllers/animation_controller.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/animation_controllers/animation_controller.json" }, { "fileMatch": [ @@ -48,39 +48,39 @@ "*RP*/animations/**/*.json", "*rp*/animations/**/*.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/resource/animations/actor_animation.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/minecraft-bedrock-schemas/resource/attachables/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/minecraft-bedrock-schemas/resource/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/minecraft-bedrock-schemas/resource/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/minecraft-bedrock-schemas/resource/entity/entity.json" + "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/minecraft-bedrock-schemas/resource/fog/fog.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/minecraft-bedrock-schemas/resource/textures/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/minecraft-bedrock-schemas/resource/textures/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/minecraft-bedrock-schemas/resource/textures/texture_list.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/texture_list.json" }, { "fileMatch": [ @@ -96,39 +96,39 @@ "*rp*/items/**/*.json", "*.item.rp.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/resource/items/items.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/minecraft-bedrock-schemas/resource/models/entity/model_entity.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/minecraft-bedrock-schemas/resource/materials/materials.json" + "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/minecraft-bedrock-schemas/resource/sounds/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/minecraft-bedrock-schemas/resource/particles/particles.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/minecraft-bedrock-schemas/resource/render_controllers/render_controllers.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/minecraft-bedrock-schemas/resource/sounds/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/minecraft-bedrock-schemas/resource/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/minecraft-bedrock-schemas/resource/textures/terrain_texture.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/terrain_texture.json" }, { "fileMatch": [ @@ -143,7 +143,7 @@ "*BP*/animation_controllers/**/*.json", "*bp*/animation_controllers/**/*.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/animation_controllers/animation_controller.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/animation_controllers/animation_controller.json" }, { "fileMatch": [ @@ -158,7 +158,7 @@ "*BP*/animations/**/*.json", "*bp*/animations/**/*.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/animations/animations.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/animations/animations.json" }, { "fileMatch": [ @@ -173,7 +173,7 @@ "*BP*/biomes/**/*.json", "*bp*/biomes/**/*.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/biomes/biomes.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/biomes/biomes.json" }, { "fileMatch": [ @@ -189,7 +189,7 @@ "*bp*/loot_tables/**/*.json", "*.loot.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/loot_tables/loot_tables.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/loot_tables/loot_tables.json" }, { "fileMatch": [ @@ -204,7 +204,7 @@ "*BP*/blocks/**/*.json", "*bp*/blocks/**/*.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/blocks/blocks.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/blocks/blocks.json" }, { "fileMatch": [ @@ -221,7 +221,7 @@ "*.entity.bp.json", "!*loot_tables*" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/entities/entities.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/entities/entities.json" }, { "fileMatch": [ @@ -237,7 +237,7 @@ "*bp*/features/**/*.json", "*.feature.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/features/features.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/features/features.json" }, { "fileMatch": [ @@ -253,7 +253,7 @@ "*bp*/feature_rules/**/*.json", "*.feature_rule.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/feature_rules/feature_rules.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/feature_rules/feature_rules.json" }, { "fileMatch": [ @@ -269,15 +269,15 @@ "*bp*/items/**/*.json", "*.item.bp.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/items/items.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/minecraft-bedrock-schemas/behavior/recipes/recipes.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/minecraft-bedrock-schemas/behavior/spawn_rules/spawn_rules.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/spawn_rules/spawn_rules.json" }, { "fileMatch": [ @@ -293,7 +293,7 @@ "*bp*/trading/**/*.json", "*.trade.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/trading/trading.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/trading/trading.json" }, { "fileMatch": [ @@ -309,7 +309,7 @@ "*bp*/volumes/**/*.json", "*.volume.json" ], - "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/minecraft-bedrock-schemas/behavior/volumes/volumes.json" + "url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/volumes/volumes.json" } ] }