Added support for multiple dimensions

This commit is contained in:
simon
2018-02-25 14:15:11 -05:00
parent 92201666dc
commit c721ce97e1
4 changed files with 35 additions and 28 deletions

View File

@@ -315,7 +315,7 @@ class WorldIndicator extends DebugMessage {
if (mar.world != undefined) {
return "World: (" + Number(mar.client.worldX).toString(16).toUpperCase() + ", " +
return "World: " + mar.client.dimension + "(" + Number(mar.client.worldX).toString(16).toUpperCase() + ", " +
Number(mar.client.worldY).toString(16).toUpperCase() + ")";
} else {