tterrag1098 / Registrate

Your mod's best friend - keep your registry objects simple and organized
Mozilla Public License 2.0
117 stars 33 forks source link

1.19.4 Update #53

Closed ApexModder closed 1 year ago

ApexModder commented 1 year ago

Update Registrate to work on 1.19.4 & includes #52 to fix creative tab item ordering.

ApexModder commented 1 year ago

Included intrinsic variant of RegistrateTagsProvider this functions the exact same as the vanilla IntrinsicHolderTagsProvider which allows passing in registered objects when building your tags. IntrinsicHolderTagsProvider.IntrinsicTagAppender#add(T t)

Block, Item, Fluid & EntityType tag providers have been updated to make use of this new intrinsic tag provider.

This should not cause many breaking changes as the existing tag provider still remains, only change is adding the new constructor param for parent provider lookups, which is new to 1.19.4.