Skip to content

Commit

Permalink
Add enchantment tags (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollounknowndev authored May 15, 2024
1 parent 03a1aa7 commit c19a025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions java/1.20.5/src/schemas/Tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export function initTagsSchemas(schemas: SchemaRegistry, collections: Collection

schemas.register('banner_pattern_tag', TagBase('banner_pattern'))
schemas.register('cat_variant_tag', TagBase('cat_variant'))
schemas.register('enchantment_tag', TagBase('enchantment'))
schemas.register('instrument_tag', TagBase('instrument'))
schemas.register('painting_variant_tag', TagBase('painting_variant'))
schemas.register('point_of_interest_type_tag', TagBase('point_of_interest_type'))
Expand Down
1 change: 1 addition & 0 deletions java/1.21/src/schemas/Tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export function initTagsSchemas(schemas: SchemaRegistry, collections: Collection

schemas.register('banner_pattern_tag', TagBase('banner_pattern'))
schemas.register('cat_variant_tag', TagBase('cat_variant'))
schemas.register('enchantment_tag', TagBase('enchantment'))
schemas.register('instrument_tag', TagBase('instrument'))
schemas.register('painting_variant_tag', TagBase('painting_variant'))
schemas.register('point_of_interest_type_tag', TagBase('point_of_interest_type'))
Expand Down

0 comments on commit c19a025

Please sign in to comment.