This commit is contained in:
DaanV2
2021-06-08 21:29:54 +02:00
parent 7adbd8055d
commit f3bc04efde
4 changed files with 110 additions and 86 deletions

View File

@@ -1,8 +1,8 @@
{ {
"$id": "blockception.minecraft.entity.identifier.1.8.0", "$id": "blockception.minecraft.feature.identifier.1.8.0",
"type": "string", "type": "string",
"title": "Entity Identifier 1.8.0", "title": "Feature Identifier 1.8.0",
"description": "The minecraft entity identifier", "description": "The minecraft feature identifier",
"examples": ["namespace:entity_name"], "examples": ["namespace:feature"],
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$" "pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
} }

View File

@@ -3,15 +3,7 @@
"minecraft:scatter_feature": { "minecraft:scatter_feature": {
"description": { "description": {
"identifier": "aggregate_features:aggregate_feature_planks_placement" "identifier": "namespace:entity_name"
}, }
"places_feature": "aggregate_features:aggregate_feature_planks",
"iterations": 1,
"x": 0,
"z": 4,
"y": 0
} }
} }

View File

@@ -4,23 +4,23 @@
"json.schemas": [ "json.schemas": [
{ {
"fileMatch": ["skin_pack/skins.json"], "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"], "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"], "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"], "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"], "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": [ "fileMatch": [
@@ -35,7 +35,7 @@
"*RP*/animation_controllers/**/*.json", "*RP*/animation_controllers/**/*.json",
"*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": [ "fileMatch": [
@@ -50,39 +50,39 @@
"*RP*/animations/**/*.json", "*RP*/animations/**/*.json",
"*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"], "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"], "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"], "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"], "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"], "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"], "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"], "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"], "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": [ "fileMatch": [
@@ -98,39 +98,39 @@
"*rp*/items/**/*.json", "*rp*/items/**/*.json",
"*.item.rp.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"], "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"], "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"], "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"], "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"], "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"], "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"], "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"], "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": [ "fileMatch": [
@@ -145,7 +145,7 @@
"*BP*/animation_controllers/**/*.json", "*BP*/animation_controllers/**/*.json",
"*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": [ "fileMatch": [
@@ -160,7 +160,7 @@
"*BP*/animations/**/*.json", "*BP*/animations/**/*.json",
"*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": [ "fileMatch": [
@@ -175,7 +175,7 @@
"*BP*/biomes/**/*.json", "*BP*/biomes/**/*.json",
"*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": [ "fileMatch": [
@@ -191,7 +191,7 @@
"*bp*/loot_tables/**/*.json", "*bp*/loot_tables/**/*.json",
"*.loot.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": [ "fileMatch": [
@@ -206,7 +206,7 @@
"*BP*/blocks/**/*.json", "*BP*/blocks/**/*.json",
"*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": [ "fileMatch": [
@@ -223,7 +223,39 @@
"*.entity.bp.json", "*.entity.bp.json",
"!*loot_tables*" "!*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": [ "fileMatch": [
@@ -239,15 +271,15 @@
"*bp*/items/**/*.json", "*bp*/items/**/*.json",
"*.item.bp.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"], "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"], "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": [ "fileMatch": [
@@ -263,7 +295,7 @@
"*bp*/trading/**/*.json", "*bp*/trading/**/*.json",
"*.trade.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": [ "fileMatch": [
@@ -279,7 +311,7 @@
"*bp*/volumes/**/*.json", "*bp*/volumes/**/*.json",
"*.volume.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"
} }
] ]
} }

View File

@@ -2,23 +2,23 @@
"json.schemas": [ "json.schemas": [
{ {
"fileMatch": ["skin_pack/skins.json"], "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"], "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"], "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"], "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"], "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": [ "fileMatch": [
@@ -33,7 +33,7 @@
"*RP*/animation_controllers/**/*.json", "*RP*/animation_controllers/**/*.json",
"*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": [ "fileMatch": [
@@ -48,39 +48,39 @@
"*RP*/animations/**/*.json", "*RP*/animations/**/*.json",
"*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"], "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"], "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"], "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"], "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"], "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"], "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"], "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"], "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": [ "fileMatch": [
@@ -96,39 +96,39 @@
"*rp*/items/**/*.json", "*rp*/items/**/*.json",
"*.item.rp.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"], "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"], "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"], "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"], "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"], "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"], "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"], "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"], "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": [ "fileMatch": [
@@ -143,7 +143,7 @@
"*BP*/animation_controllers/**/*.json", "*BP*/animation_controllers/**/*.json",
"*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": [ "fileMatch": [
@@ -158,7 +158,7 @@
"*BP*/animations/**/*.json", "*BP*/animations/**/*.json",
"*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": [ "fileMatch": [
@@ -173,7 +173,7 @@
"*BP*/biomes/**/*.json", "*BP*/biomes/**/*.json",
"*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": [ "fileMatch": [
@@ -189,7 +189,7 @@
"*bp*/loot_tables/**/*.json", "*bp*/loot_tables/**/*.json",
"*.loot.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": [ "fileMatch": [
@@ -204,7 +204,7 @@
"*BP*/blocks/**/*.json", "*BP*/blocks/**/*.json",
"*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": [ "fileMatch": [
@@ -221,7 +221,7 @@
"*.entity.bp.json", "*.entity.bp.json",
"!*loot_tables*" "!*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": [ "fileMatch": [
@@ -237,7 +237,7 @@
"*bp*/features/**/*.json", "*bp*/features/**/*.json",
"*.feature.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": [ "fileMatch": [
@@ -253,7 +253,7 @@
"*bp*/feature_rules/**/*.json", "*bp*/feature_rules/**/*.json",
"*.feature_rule.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": [ "fileMatch": [
@@ -269,15 +269,15 @@
"*bp*/items/**/*.json", "*bp*/items/**/*.json",
"*.item.bp.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"], "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"], "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": [ "fileMatch": [
@@ -293,7 +293,7 @@
"*bp*/trading/**/*.json", "*bp*/trading/**/*.json",
"*.trade.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": [ "fileMatch": [
@@ -309,7 +309,7 @@
"*bp*/volumes/**/*.json", "*bp*/volumes/**/*.json",
"*.volume.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"
} }
] ]
} }