
LegacyChecker
A lightweight, fail-safe utility mod that ensures players have all mandatory mods installed before entering the game.
It elegantly solves license restrictions (like All Rights Reserved / ARR) that prevent modpack authors from bundling specific mods directly into modpack files.
Inspired by the concept of FTBChecker. This mod is exclusively for 1.12.2 and will not be ported to newer versions — please use modern alternatives for newer game versions.
REQUIRES CLEANROOM
📦 Configuration (legacychecker-common.yaml)
The mod automatically generates a YAML configuration. You can specify as many required mods as your pack needs.
# List of required mods that must be installed for the game to run.
# If any mod is missing, an error screen will block startup or show a warning.
#
# Structure per mod:
# - modId: "The exact internal ID of the mod"
# - modName: "The friendly name displayed to the player"
# - url: "Direct download link (CurseForge, Modrinth, etc.)"
requiredMods:
- modId: "jei"
modName: "Just Enough Items (JEI)"
url: "[https://www.curseforge.com/minecraft/mc-mods/jei](https://www.curseforge.com/minecraft/mc-mods/jei)"
- modId: "gregtech"
modName: "GregTech CE Unofficial"
url: "[https://www.curseforge.com/minecraft/mc-mods/gregtech-ce-unofficial](https://www.curseforge.com/minecraft/mc-mods/gregtech-ce-unofficial)"
# If true, the "Continue" button appears, allowing players to skip the warning.
# If false, players must install the mods or exit the game.
canPlayerLoadGame: false
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.12.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as legacychecker-1.0.0.jar — drop this file into the mods folder
- Download size: 251 KB
- Download link checked 24 Aug 2026 — working
These come from our own check of the pack file, not from the source page.