Skip to content

Commit

Permalink
Debug Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
CADIndie committed Nov 17, 2024
1 parent ab016d3 commit b802820
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/pojlib/util/JREUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,11 @@ public static List<String> getJavaArgs(Context ctx, MinecraftInstances.Instance
"-Dglfwstub.initEgl=false",
"-Dlog4j2.formatMsgNoLookups=true", //Log4j RCE mitigation
"-Dnet.minecraft.clientmodname=" + "QuestCraft",
"-Dcom.sun.management.jmxremote",
"-Dcom.sun.management.jmxremote.port=9191",
"-Dcom.sun.management.jmxremote.authenticate=false",
"-Dcom.sun.management.jmxremote.ssl=false",
"-Djava.rmi.server.hostname=192.168.12.132",
"-Dext.net.resolvPath=" + Constants.USER_HOME + "/hacks/ResConfHack.jar",
"-Dsodium.checks.issue2561=false",
"-Dorg.sqlite.lib.path=" + ctx.getApplicationInfo().nativeLibraryDir ));
Expand Down

0 comments on commit b802820

Please sign in to comment.