File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
final/src/main/java/com/fox2code/foxloader/installer Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,9 @@ public void extractMMCInstance() {
341341 showMessage ("FoxLoader " + BuildConfig .FOXLOADER_VERSION +
342342 " for ReIndev " + BuildConfig .REINDEV_VERSION + " MMC Instance has been successfully extracted!\n " +
343343 "(The file should be a \" .zip\" next to the installer)\n \n " +
344- "To import a zip: Add Instance -> Import from zip -> Browse" , false );
344+ "To import a zip: Add Instance -> Import from zip -> Browse\n " +
345+ "You can also drag and drop the zip file onto your MMC launcher GUI.\n \n " +
346+ "MMM = MultiMC based launcher (MultiMC/PolyMC/PrismLauncher)" , false );
345347 }
346348
347349 public void doSilentInstall () throws IOException {
You can’t perform that action at this time.
0 commit comments