PepperCode1 / AnyCapes

A Fabric mod that retrieves and renders capes from any cape API.
GNU Lesser General Public License v3.0
13 stars 2 forks source link

URL list: toggle, reorder and restore #2

Open Madis0 opened 4 years ago

Madis0 commented 4 years ago

It would be nice to toggle and reorder the API paths, in order to prevent having to remember the URL when wanting to disable one temporarily or move it on the list. Also, the default URLs could be restored with a reset button.

PepperCode1 commented 4 years ago

I am using Cloth Config API to create the configuration screen. The reset button already exists, but the list entry reordering will be difficult to do. Some options that I can think of to make this happen are:

If anyone is willing to make entry reordering happen, feel free to pull request or notify me of other ideas.