Marked mod browser as WIP

This commit is contained in:
Anuken 2020-12-23 12:26:10 -05:00
parent 06f832bfae
commit a21cc32be9
3 changed files with 4 additions and 5 deletions

View file

@ -41,8 +41,7 @@ be.ignore = Ignore
be.noupdates = No updates found.
be.check = Check for updates
mod.featured.title = Mod browser
mod.featured.dialog.title = Mod Browser
mod.featured.dialog.title = Mod Browser (WIP)
mods.browser.selected = Selected mod
mods.browser.add = Install
mods.github.open = View

View file

@ -147,7 +147,7 @@ public class ModsDialog extends BaseDialog{
t.row();
t.button("@mod.featured.title", Icon.star, bstyle, () -> {
t.button("@mod.featured.dialog.title", Icon.star, bstyle, () -> {
Runnable[] rebuildBrowser = {null};
dialog.hide();
BaseDialog browser = new BaseDialog("$mod.featured.dialog.title");
@ -179,7 +179,7 @@ public class ModsDialog extends BaseDialog{
btn.margin(12f);
btn.table(con -> {
con.left();
con.add("[accent]" + mod.name + "[white]\n[lightgray]Author:[] " + mod.author + "\n[accent]\uE809 " + mod.stars +
con.add("[accent]" + mod.name + "[white]\n[lightgray]Author:[] " + mod.author + "\n[lightgray]\uE809 " + mod.stars +
(Version.isAtLeast(mod.minGameVersion) ? "" : "\n" + Core.bundle.format("mod.requiresversion", mod.minGameVersion)))
.width(388f).wrap().growX().pad(0f, 6f, 0f, 6f).left().labelAlign(Align.left);
con.add().growX().pad(0f, 6f, 0f, 6f);

View file

@ -1,3 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=b91cf2f8d2073bb03f6c07e8f8282c4039b10138
archash=2b5815edf64d5431dee6ad4ac8ba45f069f66350