Skip to content

Commit

Permalink
Update for 24w34-6a (#58)
Browse files Browse the repository at this point in the history
* Update for 24w34/5a

* Bump pack format

* Fix biome carvers

* 36a, alphabetize components

* fix optional fields in equippable component

* Remove double Opt(

* Update pack format to 52

* Consistent init function name

---------

Co-authored-by: Misode <[email protected]>
  • Loading branch information
Apollounknowndev and misode committed Sep 4, 2024
1 parent adb33d1 commit 74d0a3f
Show file tree
Hide file tree
Showing 9 changed files with 366 additions and 206 deletions.
1 change: 1 addition & 0 deletions core/src/ValidationOption.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ export type ResourceType =
| 'block_entity_type'
| 'block_predicate_type'
| 'cat_variant'
| 'consume_effect_type'
| 'custom_stat'
| 'data_component_type'
| 'enchantment'
Expand Down
13 changes: 13 additions & 0 deletions java/1.21.2/src/Collections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -642,4 +642,17 @@ export function initCollections(collections: CollectionRegistry) {
'tnt',
'trigger',
])

collections.register('use_animation', [
'none',
'eat',
'drink',
'block',
'bow',
'spear',
'crossbow',
'spyglass',
'toot_horn',
'brush',
])
}
Loading

0 comments on commit 74d0a3f

Please sign in to comment.