01

How Java mods load

A loader such as Forge starts a modified Minecraft profile and reads compatible files from the mods directory. A .jar should normally remain intact; extracting it into the folder can prevent detection.

02

Version matching

  • Confirm Minecraft Java Edition.
  • Select the exact game version in the launcher.
  • Install the corresponding Forge build.
  • Use a mod file documented for that same version.
  • Launch the Forge profile—not the normal latest-release profile.
03

Windows, macOS and Linux

The concept is the same across desktop operating systems, but the Minecraft data folder location differs. Use the launcher installation directory rather than copying a path from another operating system.

04

Safer testing

Create a separate launcher profile and game directory, back up worlds, and add one mod at a time. This makes dependency and conflict problems easier to identify.

FAQ

Frequently asked questions

Should I extract the Java .jar?+

Normally no. Place the intact compatible .jar in the Forge profile's mods folder.

Why is it missing from the Mods list?+

The most common causes are the wrong profile, wrong mods folder, or a version mismatch.