Wynntils / launchy

A custom installer for our mod that installs recommended mods (and more in the future).
MIT License
20 stars 12 forks source link

feat: Introduce displayName and fix text overlap #69

Closed Rafii2198 closed 3 months ago

Rafii2198 commented 3 months ago

Adds optional displayName property to mods, this lets us change the name of the mod without causing issues. That means the original name works like an identifier for a mod and displayName can override that name in the rendering of the list without changing the file name and other stuff, it is purely visual. Due to how Launchy works, it causes no issues on older versions at all, that property will simply be ignored completely

Additionally, fixes #53 image image