shedaniel / cloth-config

Client-Sided API for Minecraft 1.14
Other
194 stars 72 forks source link

Suggestion: Text input improvements #6

Open Pyrofab opened 5 years ago

Pyrofab commented 5 years ago

Quite a few mods use specialized strings (like identifiers) in some way in their configuration, but the current string text fields are a bit lacking for that use. A few improvements could be made to make that easier for both the developer and the user.

Helper methods could also be offered for the special case of Identifier configs. A method could take a Registry and configure all the above based on the registered values.

shedaniel commented 5 years ago
shedaniel commented 5 years ago

String Validation & Suggestions (Dropdown Menus) are now done

mainrs commented 4 years ago

Are keyshortcut inputs currently supported? I couldn't find any relatable method call inside of ConfigEntryBuilder.

shedaniel commented 4 years ago

Can you elaborate? What do you mean by key shortcuts?

mainrs commented 4 years ago

Like the ones under the Control settings. Where you left click the button and press a key on your keyboard.

shedaniel commented 4 years ago

They are done in v2.5.1

mainrs commented 4 years ago

Wow, awesome!

renatocs81 commented 6 months ago

This is a message that was created a long time ago.