This repository was archived by the owner on Dec 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/id.my.alvinq.prokitid.libs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public static void onLoad(Context context) {
1212 new FileUtils (context );
1313 Intent intent = ((Activity ) context ).getIntent ();
1414 String mcPath = intent .getStringExtra ("MC_PATH" );
15- File libFile = new File (mcPath ,"lib/arm64" );
15+ /* File libFile = new File(mcPath,"lib/arm64");
1616 String libPath = libFile.getAbsolutePath();
1717 libFile.mkdirs();
1818 FileUtils.copyFile("/storage/emulated/0/alvinqid/mods/mbloader.so", libPath + "/mtbinloader2.so");
@@ -22,7 +22,7 @@ public static void onLoad(Context context) {
2222
2323 FileUtils.copyFolder(dataDir.getAbsolutePath(), "/storage/emulated/0/alvinqid/apps/internal/data");
2424 FileUtils.copyFolder(externalDataDir.getAbsolutePath(), "/storage/emulated/0/alvinqid/apps/external/data");
25- FileUtils . copyFolder ( "/data/user/0/org.levimc.launcher/minecraft" , "/storage/emulated/0/alvinqid/minecraft" );
26- System . loadLibrary ( "mtbinloader2 " );
25+ System.loadLibrary("mtbinloader2");*/
26+ FileUtils . copyFolder ( mcPath , "/storage/emulated/0/alvinqid/minecraft " );
2727 }
2828}
You can’t perform that action at this time.
0 commit comments