Skip to content

Commit

Permalink
🐛 Add cow_variant and other missed symbol categories
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Jan 29, 2025
1 parent c18a593 commit a387768
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/core/src/symbol/Symbol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const RegistryCategories = Object.freeze(
'consume_effect_type',
'creative_mode_tab',
'custom_stat',
'data_component_predicate_type',
'data_component_type',
'decorated_pot_pattern',
'decorated_pot_patterns', // Removed
Expand All @@ -45,7 +46,7 @@ export const RegistryCategories = Object.freeze(
'instrument',
'int_provider_type',
'item',
'item_sub_predicate_type',
'item_sub_predicate_type', // Removed
'loot_condition_type',
'loot_function_type',
'loot_nbt_provider_type',
Expand Down Expand Up @@ -73,11 +74,13 @@ export const RegistryCategories = Object.freeze(
'sensor_type',
'slot_display',
'sound_event',
'spawn_condition_type',
'stat_type',
'test_environment_definition_type',
'test_function',
'test_instance_type',
'trigger_type',
'ticket_type',
'villager_profession',
'villager_type',
'worldgen/biome_source',
Expand Down Expand Up @@ -116,6 +119,7 @@ export const NormalFileCategories = Object.freeze(
'banner_pattern',
'cat_variant',
'chat_type',
'cow_variant',
'damage_type',
'dimension',
'dimension_type',
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 @@ -80,6 +80,7 @@ resource('tags/item', { category: 'tag/item', since: '1.21' })
resource('banner_pattern', { since: '1.20.5' })
resource('cat_variant', { since: '1.21.5' })
resource('chat_type', { since: '1.19' })
resource('cow_variant', { since: '1.21.5' })
resource('damage_type', { since: '1.19.4' })
resource('enchantment', { since: '1.21' })
resource('enchantment_provider', { since: '1.21' })
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 @@ -99,6 +99,7 @@
"data/*/banner_pattern/**/*.json",
"data/*/cat_variant/**/*.json",
"data/*/chat_type/**/*.json",
"data/*/cow_variant/**/*.json",
"data/*/damage_type/**/*.json",
"data/*/dimension/**/*.json",
"data/*/dimension_type/**/*.json",
Expand Down

0 comments on commit a387768

Please sign in to comment.