Skip to main content

intro

docs\products\minecraft\mods\intro.md

---
title: Minecraft Client Mods
sidebar_label: Overview
description: Documentation for Minecraft client mods.
---

# Minecraft Client Mods

This area contains installation and configuration information for client-side mods.

## Possible loaders

- Fabric
- NeoForge
- Forge

## Installation

1. Confirm the Minecraft version.
2. Confirm the required loader.
3. Install mandatory libraries.
4. Copy the JAR to `.minecraft/mods`.
5. Start the correct launcher profile.
6. Review `latest.log` when an error occurs.

```text
.minecraft/
├── mods/
├── config/
├── logs/
└── crash-reports/