Skip to content

Commit

Permalink
🐛 Add support for the wolf_sound_variant folder (#1764)
Browse files Browse the repository at this point in the history
  • Loading branch information
misode authored Feb 19, 2025
1 parent 3ea96bc commit eb9ccd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/symbol/Symbol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export const NormalFileCategories = Object.freeze(
'trial_spawner',
'trim_material',
'trim_pattern',
'wolf_sound_variant',
'wolf_variant',
] as const,
)
Expand Down
1 change: 1 addition & 0 deletions packages/java-edition/src/binder/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ resource('test_environment', { since: '1.21.5' })
resource('trial_spawner', { since: '1.21.2' })
resource('trim_pattern', { since: '1.19.4' })
resource('trim_material', { since: '1.19.4' })
resource('wolf_sound_variant', { since: '1.21.5' })
resource('wolf_variant', { since: '1.20.5' })

// Worldgen
Expand Down
1 change: 1 addition & 0 deletions packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
"data/*/test_environment/**/*.json",
"data/*/trim_material/**/*.json",
"data/*/trim_pattern/**/*.json",
"data/*/wolf_sound_variant/**/*.json",
"data/*/wolf_variant/**/*.json",
"data/*/worldgen/**/*.json",
"data/minecraft/**/*.json"
Expand Down

0 comments on commit eb9ccd6

Please sign in to comment.