[Legacy] GeckoLib Fabric

[Legacy] GeckoLib Fabric

4M Downloads

My object implementing Equipable, doesn't work ArmorRender of the item. 1.20.1

DAEXDO3240 opened this issue ยท 2 comments

commented

I implemented Equipable in my Item which does not extend ArmorItem class. I created ItemRender which extends GeoArmorRenderer and I created ItemModel which extends GeoModel. But it does not render armor, if my object extends ArmorItem then it renders armor. 1.20.1

Image
Image
Image

commented

Known shortfall. This is a vanilla bug - only ArmorItems render as armour

This was fixed in a newer version of GeckoLib, but I can't patch it in older versions (1.20.1, etc) because it'll start causing issues/crashes on non-supporting mods

commented

Known shortfall. This is a vanilla bug - only ArmorItems render as armour

This was fixed in a newer version of GeckoLib, but I can't patch it in older versions (1.20.1, etc) because it'll start causing issues/crashes on non-supporting mods

what version was it patched in?