Updated to reflect plugin
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
"url": "./minecraft-bedrock-schemas/resource/blocks.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["entity/*.json", "entity/**/*.json", "!models/entity"],
|
||||
"fileMatch": ["entity/*.json", "entity/**/*.json", "*.entity.rp.json", "!models/entity"],
|
||||
"url": "./minecraft-bedrock-schemas/resource/entity/entity.json"
|
||||
},
|
||||
{
|
||||
@@ -93,7 +93,8 @@
|
||||
"*resource*pack*/items/**/*.json",
|
||||
"*Resource*Pack*/items/**/*.json",
|
||||
"*RP*/items/**/*.json",
|
||||
"*rp*/items/**/*.json"
|
||||
"*rp*/items/**/*.json",
|
||||
"*.item.rp.json"
|
||||
],
|
||||
"url": "./minecraft-bedrock-schemas/resource/items/items.json"
|
||||
},
|
||||
@@ -114,7 +115,7 @@
|
||||
"url": "./minecraft-bedrock-schemas/resource/particles/particles.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["render_controllers/*.json", "render_controllers/**/*.json"],
|
||||
"fileMatch": ["render_controllers/*.json", "render_controllers/**/*.json", "*.render.json"],
|
||||
"url": "./minecraft-bedrock-schemas/resource/render_controllers/render_controllers.json"
|
||||
},
|
||||
{
|
||||
@@ -217,6 +218,7 @@
|
||||
"*Behavior*Pack*/entities/**/*.json",
|
||||
"*BP*/entities/**/*.json",
|
||||
"*bp*/entities/**/*.json",
|
||||
"*.entity.bp.json",
|
||||
"!*loot_tables*"
|
||||
],
|
||||
"url": "./minecraft-bedrock-schemas/behavior/entities/entities.json"
|
||||
@@ -232,16 +234,17 @@
|
||||
"*behavior*pack*/items/**/*.json",
|
||||
"*Behavior*Pack*/items/**/*.json",
|
||||
"*BP*/items/**/*.json",
|
||||
"*bp*/items/**/*.json"
|
||||
"*bp*/items/**/*.json",
|
||||
"*.item.bp.json"
|
||||
],
|
||||
"url": "./minecraft-bedrock-schemas/behavior/items/items.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["recipes/*.json", "recipes/**/*.json"],
|
||||
"fileMatch": ["recipes/*.json", "recipes/**/*.json", "*.recipe.json"],
|
||||
"url": "./minecraft-bedrock-schemas/behavior/recipes/recipes.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["spawn_rules/*.json", "spawn_rules/**/*.json"],
|
||||
"fileMatch": ["spawn_rules/*.json", "spawn_rules/**/*.json", "*.spawn.json"],
|
||||
"url": "./minecraft-bedrock-schemas/behavior/spawn_rules/spawn_rules.json"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user