A simple mod that checks for required mods on startup and shows download links for any that are missing.
Comes pre-configured with FTB mods (Chunks, Library, Quests, Teams, Ultimine, Backups) but can be configured to check for any mod.
| Platform | Minecraft | Branch |
|---|---|---|
| NeoForge | 1.21.1 | main |
| Fabric | 1.21.1 | fabric |
| Fabric | 1.19.2 | fabric-1.19.2 |
| Quilt | 1.21.0 | quilt |
- 🔍 Checks for mods on game startup
- 📋 Shows a screen with direct download links for missing mods
- ⚙️ Fully configurable - enable/disable individual checks
- ➕ Add custom mods to check for
- 📦 All dependencies bundled - just drop in and go
- Download from Releases
- Drop the
.jarinto yourmodsfolder - Done!
Config file: config/ftbchecker.toml
chunks = true
base = true
quests = true
teams = true
ultimine = false
backups = false[customMods]
mods = [
"jei|Just Enough Items|https://www.curseforge.com/minecraft/mc-mods/jei/download/5101366",
"create|Create|https://www.curseforge.com/minecraft/mc-mods/create/download/5678901"
]Format: modId|Display Name|Download URL
💡 Tip: Find the CurseForge file ID in the download URL (e.g.,
.../download/5101366)
FTBChecker is not affiliated with or endorsed by FTB (Feed The Beast).
