Skip to content

Commit

Permalink
✨ Add trial_spawner resource (#1585)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsjo committed Sep 4, 2024
1 parent 540c39f commit 831d861
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -123,6 +123,7 @@ export const NormalFileCategories = Object.freeze(
'predicate',
'recipe',
'structure',
'trial_spawner',
'trim_material',
'trim_pattern',
'wolf_variant',
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 @@ -76,6 +76,7 @@ resource('enchantment_provider', { since: '1.21' })
resource('instrument', { since: '1.21.2' })
resource('jukebox_song', { since: '1.21' })
resource('painting_variant', { since: '1.21' })
resource('trial_spawner', { since: '1.21.2' })
resource('trim_pattern', { since: '1.19.4' })
resource('trim_material', { since: '1.19.4' })
resource('wolf_variant', { since: '1.20.5' })
Expand Down

0 comments on commit 831d861

Please sign in to comment.