Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
DAEXDO3240 opened this issue Feb 9, 2025 · 2 comments

Comments

@DAEXDO3240
Copy link

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

@Tslat
Copy link
Collaborator

Tslat commented Feb 9, 2025

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

@Tslat Tslat closed this as not planned Won't fix, can't repro, duplicate, stale Feb 9, 2025
@DAEXDO3240
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants