How can I prevent minecraft from automatically updating?
I'm trying to set up a batch file to be able to run different version of minecraft. But when I run this, and login ( BTW, the login information isn't saved for some reason) it automatically updates minecraft to 1.5.2, and breaks all the mods. The batch file looks like this:
@echo off
set LAUNCHER=C:\Users\Screaminscott\Downloads\Minecraft.exe
set SUPPLEMENT=.minecraft.woLegendOfNotch
set APPDATA=%APPDATA%\%SUPPLEMENT%
%LAUNCHER%
I'd really like to be able to run minecraft from a copied folder, reather than having to move it back and forth to the .minecraft folder under %appdata%. I'd rather not install another peice of software too , just to manage diffent versions.
I think Magic Laucher has the ability. Anyways, did you click the Force Update button by accident? Or did you click the Would you like to update? On yes? Because i can't get it to update automatically for meh.
Also, here's my version of the batch file with the folder moved to another drive
set APPDATA=(The drive you want it to be):\Minecraft\data bin\minecraft.exe java -Xmx(Ram)M -Xms(Ram)M -jar "Minecraft.exe"
you need to create a folder in a drive called Minecraft,In there create bin and data
put minecraft laucher(or any launcher) in BIN and put .minecraft in DATA
I'm trying to set up a batch file to be able to run different version of minecraft. But when I run this, and login ( BTW, the login information isn't saved for some reason) it automatically updates minecraft to 1.5.2, and breaks all the mods. The batch file looks like this:
@echo off
set LAUNCHER=C:\Users\Screaminscott\Downloads\Minecraft.exe
set SUPPLEMENT=.minecraft.woLegendOfNotch
set APPDATA=%APPDATA%\%SUPPLEMENT%
%LAUNCHER%
I'd really like to be able to run minecraft from a copied folder, reather than having to move it back and forth to the .minecraft folder under %appdata%. I'd rather not install another peice of software too , just to manage diffent versions.
Any suggestions?
Also, here's my version of the batch file with the folder moved to another drive
set APPDATA=(The drive you want it to be):\Minecraft\data
bin\minecraft.exe
java -Xmx(Ram)M -Xms(Ram)M -jar "Minecraft.exe"
you need to create a folder in a drive called Minecraft,In there create bin and data
put minecraft laucher(or any launcher) in BIN and put .minecraft in DATA
hope this helped.Be sure to check out my youtube!