-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add Map support #58
Comments
It is already possible to edit the json files for this kind of option, but I'm not sure how I could implement it in the UI and if it would really be used that much. |
I had to implement a way to edit a String-Integer map for my mod and I found that using a separate screen was the best way to do it as it made it easier to see the existing entries, especially when there were a lot of them |
I'd love to be able to use maps, e.g.
Map<String, Enum>
as config options.The text was updated successfully, but these errors were encountered: