diff --git a/core/assets/bundles/bundle.properties b/core/assets/bundles/bundle.properties index 023db17a2b..b93e405939 100644 --- a/core/assets/bundles/bundle.properties +++ b/core/assets/bundles/bundle.properties @@ -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 diff --git a/core/src/mindustry/ui/dialogs/ModsDialog.java b/core/src/mindustry/ui/dialogs/ModsDialog.java index 2b19136f2f..5e35e0659b 100644 --- a/core/src/mindustry/ui/dialogs/ModsDialog.java +++ b/core/src/mindustry/ui/dialogs/ModsDialog.java @@ -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); diff --git a/gradle.properties b/gradle.properties index 6612596de1..e7c7c26bc3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=b91cf2f8d2073bb03f6c07e8f8282c4039b10138 +archash=2b5815edf64d5431dee6ad4ac8ba45f069f66350