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

damage meters of inventory items showing through menu #74

Open
jshipley opened this issue Aug 20, 2024 · 4 comments
Open

damage meters of inventory items showing through menu #74

jshipley opened this issue Aug 20, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@jshipley
Copy link
Contributor

jshipley commented Aug 20, 2024

Issue description

When items have a colored bar on them, the colored bar is showing through the owo menus.
Screenshot 2024-08-19 214535

Steps to reproduce

Use a tool until it's no longer at 100%. Open a menu that covers the inventory (like the addons menu for a machine).

Minecraft version

1.21 (Latest)

Fabric loader version

0.16.0

Fabric API version

0.100.8+1.21

Oritech version

0.8.1

Other relevant versions

No response

If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)

No response

@Rearth Rearth added the bug Something isn't working label Aug 20, 2024
@Rearth
Copy link
Owner

Rearth commented Aug 20, 2024

Yeah I noticed this issue too when creating the UI. However I have no idea how to fix this. I played around with the z values a lot, and any major increases resulted in completely breaking the rendering

@jshipley
Copy link
Contributor Author

Just collecting some more data to make this easier to look at later:

I just ran into this again with tooltips. In the arcane catalyst, the item tooltip looks fine:

image

but the UI tooltip lets the damage meter show through:

image

@Nova-Katt
Copy link

I can add that I've had the same issue in minecraft 1.21 with fabric 0.16.5, and also minecraft 1.21.1 with fabric 0.16.7.
So whatver the issue is, it spans multiple versions. :)

@moonfather1
Copy link

Yeah I noticed this issue too when creating the UI. However I have no idea how to fix this. I played around with the z values a lot, and any major increases resulted in completely breaking the rendering

z isnt the problem, enabled slots cause more than just visual problems. you need to disable the slots (client side) and not render them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants