How to install Forge and mods that require Forge (Java Edition only)

Forge is a modloader commonly used for loading and making mods for Minecraft

Installing Forge in the MC launcher

You’ll need Java to install Forge. See this article to learn how to install Java

  • Go to the Minecraft Forge website
  • Choose a Minecraft version from the list on the left.
  • Click “Show All Versions”
  • Pick a Forge version from the list. Most of the time, just using the Forge version at the top of the list is sufficient. forge-allversions


Some older versions of Minecraft have a Windows installer option for Forge, You can use that if you wish.

  • Run the installer .jar file (on macOS you need to right-click and click Open in order to bypass Gatekeeper protection) you should get something like the below (Note this picture was taken on Linux so the path will look different) forge-installer

  • Click install. Once it’s done installing, you’ll have a new installation in the MC launcher that will load the mods you add. forge-installed

Adding mods

  • Head over to your .minecraft folder
  • Create a folder in your .minecraft folder named mods if there isn’t one already.
  • Browse through the selection of mods from CurseForge. Download mod .jars that are compatible with your MC version.
    Note: Some mods might require other mods to be present in order to run. Check the Dependencies section under the Relations tab of the mod project page.
  • Move the mod .jar files you downloaded into the mods folder you created earlier.

You should now be able to launch the game and your installed mods will load.

  • Note: If you want to also install Optifine along with Forge on 1.12.2 or below, put the Optifine .jar in your mods folder like any other mod. If you run into crashes or issues with Optifine installed along with other mods, try again without Optifine, as it may cause issues with some mods.