Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit b7199c7

Browse files
committed
adding tigther schema checks for entities
1 parent 85ff08c commit b7199c7

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

minecraft-bedrock-schemas

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,8 +643,16 @@
643643
},
644644
{
645645
"fileMatch": [
646-
"entity/*.{json,jsonc,json5}",
647-
"entity/**/*.{json,jsonc,json5}",
646+
"resource_packs/*/entity/*.{json,jsonc,json5}",
647+
"*resource*pack*/entity/*.{json,jsonc,json5}",
648+
"*Resource*Pack*/entity/*.{json,jsonc,json5}",
649+
"*RP*/entity/*.{json,jsonc,json5}",
650+
"*rp*/entity/*.{json,jsonc,json5}",
651+
"resource_packs/*/entity/**/*.{json,jsonc,json5}",
652+
"*resource*pack*/entity/**/*.{json,jsonc,json5}",
653+
"*Resource*Pack*/entity/**/*.{json,jsonc,json5}",
654+
"*RP*/entity/**/*.{json,jsonc,json5}",
655+
"*rp*/entity/**/*.{json,jsonc,json5}",
648656
"*.{entity.rp,e.rp,ce,rpe,actor,entity}.{json,jsonc,json5}",
649657
"!models/entity/**/*.{json,jsonc,json5}",
650658
"!models/entity/*.{json,jsonc,json5}"

0 commit comments

Comments
 (0)