Add message for mods that have hidden = true (#4717)

* Multiplayer compatability message

* Make more sense?
This commit is contained in:
MEEP of Faith
2021-03-05 08:17:55 -08:00
committed by GitHub
parent b6c645b701
commit d34dd0c603
2 changed files with 4 additions and 0 deletions

View File

@@ -278,6 +278,9 @@ public class ModsDialog extends BaseDialog{
}else if(mod.hasContentErrors()){
text.labelWrap("@mod.erroredcontent").growX();
text.row();
}else if(mod.meta.hidden){
text.labelWrap("@mod.multiplayercompatable").growX();
text.row();
}
}).top().growX();