Better mod browser horizontal layout

This commit is contained in:
Anuken
2021-02-05 12:12:08 -05:00
parent fc3352bcb1
commit d1eb7743ad
3 changed files with 96 additions and 77 deletions

View File

@@ -882,7 +882,7 @@ public class Mods implements Loadable{
public boolean java;
public String displayName(){
return displayName == null ? Strings.stripColors(name) : displayName;
return displayName == null ? name : displayName;
}
//removes all colors