-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
[BUG REPORT] Full module settings implementation for List<String> not added yet. #85
Comments
Unfortunately the ClickGui that is currently released is not final or complete. I'm working on a re-design but it's taking longer than anticipated. |
can i merge my clickgui then? :trol: |
Have you made the whole thing yourself? |
the "design" is new, but the entire base is skidded from yours :) |
Oh, then I don't see why not, just fork the repository and create a PR, I will look at it later today 😄 |
just a question: do you have a gitignore for mcp files? or should i merge my gitignore too |
I don't, but it's not needed as the repository is inside of MCP's "minecraft" folder itself |
okay pr open |
Describe the bug
When adding a setting of the type List, I cannot scroll through the settings on the TabGUI like I normally would for any other client using the same type of setting.
To Reproduce
In a
setup()
method of a module, paste this code in:Expected behavior
To be able to scroll through the list of String settings I added.
Screenshots
If applicable, add screenshots to help explain your problem.
pain
Stack Trace
Add the error stack trace, if any.
Versions:
Additional context
Add any other context about the problem here.
pain
The text was updated successfully, but these errors were encountered: