Locked Icons
benbenlaw opened this issue ยท 3 comments
Describe the bug
its not really a bug but i think that the locked icon should always render behind other items.
To Reproduce
Steps to reproduce the behavior:
- grab item
- move over locked item slot
- held item goes behind the locked item slot icon
Expected behavior
should probably render on top
Versions (please complete the following information):
- Forge version: forge-1.20.1-47.1.22]
- Mod Version: InventoryFree-1.20.1-3.2.0
Additional context
Add any other context about the problem here.
Uploaded 1.20.1-3.2.1 as a fix. Should be available once curseforge has processed it.
Looks like I raised the texture offset from 200 to 500 when updating to 1.20.1. Probably to make sure that it draws above something, but I don't remember what. Anyways, setting it back to 200 fixed it, and it seemed to already be rendering fine when drawing the lock over an item, so I'm not sure why I raised it in the first place.
I'll set it back and add a comment so that I won't forget to check this if I decide to change that texture offset in the future.