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

OP tab still showing when stacks have been added, even though it's disabled in options #4044

Closed
Sjouwer opened this issue Aug 20, 2024 · 0 comments · Fixed by #4045
Closed
Labels
bug Something isn't working

Comments

@Sjouwer
Copy link

Sjouwer commented Aug 20, 2024

I'm adding item stacks to the OP tab like this:

ItemGroupEvents.modifyEntriesEvent(ItemGroups.OPERATOR).register(entries -> {
  entries.add(stack);
});

However when I do this and the player has the Operator Items Tab set to OFF, the tab will still show, though only with the item stacks I've added and not the ones from vanilla mc. On top of that these buttons for switching pages shows up that do nothing (see image). My expectation is that the tab won't show at all when it's disabled in the options.

image

@modmuss50 modmuss50 added the bug Something isn't working label Aug 20, 2024
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

Successfully merging a pull request may close this issue.

2 participants