Helix shoot pattern / Min mod game version

This commit is contained in:
Anuke
2022-03-05 19:05:42 -05:00
parent 730691c589
commit d92c9cfcf8
11 changed files with 57 additions and 36 deletions

View File

@@ -249,7 +249,7 @@ public class ModsDialog extends BaseDialog{
text.row();
if(item.isOutdated()){
text.labelWrap("@mod.outdated").growX();
text.labelWrap("@mod.outdatedv7").growX();
text.row();
}else if(!item.isSupported()){
text.labelWrap(Core.bundle.format("mod.requiresversion", item.meta.minGameVersion)).growX();