You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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
The text was updated successfully, but these errors were encountered: