Architectury API (UNUSED)

Architectury API (UNUSED)

9M Downloads

[Feature] Common API for Forge IItemDecorator and Fabric DynamicItemRenderer

ShayBox opened this issue ยท 2 comments

commented

I believe these two APIs are very similar in what they do and could benefit from a common API (if possible).

commented

Don't you mean IClientItemExtensions::getCustomRenderer as an equivalent to Fabric's DynamicItemRenderer?

commented

I'm not very familiar with either API right now, if getCustomRenderer is closer to DynamicItemRender then that should be used, there's also a deprecated Fabric BuiltinItemRenderer which might help support old Fabric versions that don't have DynamicItemRenderer.