Mod Pack | Server | |
---|---|---|
Current Version | 2019.2.1b |
2019.1.2b |
- Run the Minecraft Launcher. If you don't already have it you can find it here.
- Create and run a profile for Minecraft 1.12.2
- Go to the tab
Launch Options
- Click
Add New
- Name it
1.12.2
- Change the version to
Release 1.12.2
- Save
- Return to the tab
News
- Click the small up arrow by the green button, switch to the profile you created
- Run it, and close minecraft once it has gotten to the menu.
- Go to the tab
- Download latest release
- With git:
git clone https://github.com/gLITCHMaster16/modded_minecraft_server.git $HOME\AppData\Roaming\.minecraft\mods --branch <version>
Where version is the version you would like to download, most likely the server version above. - Or download link in release section of github page
The files in the downloaded .zip archive should then be copied into the %APPDATA%/.minecraft/mods folder
- With git:
- Run Forge Installer Jar that was placed into the mods directory:
forge-1.12.2-14.23.5.2768-installer.jar
- This requires that you have the latest java runtime installed.
- Remove Forge Installer Jar
- It's in
%appdata%\.minecraft\mods
- You can just press
Windows Key + R
and typecmd
into the box. Then pastedel /f %appdata%\.minecraft\mods\forge-1.12.2-14.23.5.2768-installer.jar
into the window that opens, and press enter.
- It's in
- Run the launcher again
- Create another profile, using the same steps as above, but change the name to
Forge 1.12.2
and the version torelease 1.12.2-forge1.12.2-14.23.5.2768
- Run it!
- If you used git to download the mods then you can just run
git checkout -b <version>
Where version is the version you would like to download, most likely the server version above. - Otherwise you can go to the release page and either
- Download the New Mods Zip file if you are updating from the most recent version
- Download the Source Zip file if you are more than one version behind.