diff --git a/sources/teavm/java/net/lax1dude/eaglercraft/v1_8/internal/teavm/ClientMain.java b/sources/teavm/java/net/lax1dude/eaglercraft/v1_8/internal/teavm/ClientMain.java index c0336e9..ef9fe63 100644 --- a/sources/teavm/java/net/lax1dude/eaglercraft/v1_8/internal/teavm/ClientMain.java +++ b/sources/teavm/java/net/lax1dude/eaglercraft/v1_8/internal/teavm/ClientMain.java @@ -378,7 +378,7 @@ public class ClientMain { div.setAttribute("style", "z-index:100;position:absolute;top:135px;left:10%;right:10%;bottom:50px;background-color:white;border:1px solid #cccccc;overflow-x:hidden;overflow-y:scroll;font:18px sans-serif;padding:40px;"); el.appendChild(img); el.appendChild(div); - div.setInnerHTML("

+ This device is incompatible with Eaglercraft :(

" + div.setInnerHTML("

+ This device is incompatible with EaglerForge :(

" + "
" + "

Issue:

" + "

" @@ -393,6 +393,7 @@ public class ClientMain { + "
  • If your browser is out of date, please update it to the latest version
  • " + "
  • If you are using an old OS such as Windows 7, please try Windows 10 or 11
  • " + "
  • If you have a GPU launched before 2009, WebGL 2.0 support may be impossible
  • " + + "
  • Try loading without mods
  • " + "" + "
    ");