Fixed power nodes in multiplayer

This commit is contained in:
Anuken
2019-08-13 22:47:31 -04:00
parent 84786c12d8
commit c9178c3f2f
9 changed files with 29 additions and 17 deletions

View File

@@ -66,6 +66,7 @@ public class MenuFragment extends Fragment{
//info icon
if(mobile){
parent.fill(c -> c.bottom().left().addButton("", "info", ui.about::show).size(84, 45));
parent.fill(c -> c.bottom().right().addButton("", "discord", ui.discord::show).size(84, 45));
}
String versionText = "[#ffffffba]" + ((Version.build == -1) ? "[#fc8140aa]custom build" : Version.modifier + " build " + Version.build);