Added crystalline stone vent variant

This commit is contained in:
Anuken
2022-09-12 19:47:54 -04:00
parent f968a8689c
commit a45c0f4a42
7 changed files with 12 additions and 6 deletions

View File

@@ -483,7 +483,7 @@ public class ModsDialog extends BaseDialog{
"[accent]" + mod.name.replace("\n", "") +
(installed.contains(mod.repo) ? "\n[lightgray]" + Core.bundle.get("mod.installed") : "") +
"\n[lightgray]\uE809 " + mod.stars +
(Version.isAtLeast(mod.minGameVersion) ? mod.subtitle == null ? "" : "\n[lightgray]" + Strings.truncate(mod.subtitle, maxModSubtitleLength) :
(Version.isAtLeast(mod.minGameVersion) ? "" :
"\n" + Core.bundle.format("mod.requiresversion", mod.minGameVersion)))
.width(358f).wrap().grow().pad(4f, 2f, 4f, 6f).top().left().labelAlign(Align.topLeft);