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

[Feature]: Compatibility with the "Inventory Profiles Next" mod #190

Open
CiciHoneyBee opened this issue May 22, 2024 · 2 comments
Open
Assignees
Labels
status: triage This issue or pull request is awaiting review type: enhancement New feature or request

Comments

@CiciHoneyBee
Copy link

CiciHoneyBee commented May 22, 2024

What is the new feature or improvement?

Hello! Love the mod, however I noticed that the diet button overlaps with the inventory profiles next sorting button as seen below. Not a huge deal but if possible, it would be great if this was fixed, ty!

Screenshot (242)

@CiciHoneyBee CiciHoneyBee added status: triage This issue or pull request is awaiting review type: enhancement New feature or request labels May 22, 2024
@kkempfer
Copy link

The position can be changed in the configuration file config/diet-client.toml.

#If enabled, a button to the Diet GUI appears in player inventories.
addButton = true
#The x-position of the Diet GUI button in player inventories.
#Range: -10000 ~ 10000
buttonX = 100
#The y-position of the Diet GUI button in player inventories.
#Range: -10000 ~ 10000
buttonY = -22
#The primary text color of the Diet GUI, as an integer or hex code.
textColor = "4210752"

Result:
2024-05-28_20 42 15

But an interface in the GUI with Mod Menu would be welcome:
Screenshot from 2024-05-28 20-49-44.

@CiciHoneyBee
Copy link
Author

Oh that's great, ty! I agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: triage This issue or pull request is awaiting review type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants