← HomeTroubleshooting
A mod will not start
Do not delete the whole game. Most failures are found by checking versions, dependencies, and the first meaningful log error in order.
Check in this order
Minecraft version
The numbers must match the mod file. “1.21” does not always mean every 1.21.x release.
Loader
Fabric, Forge, and NeoForge use separate builds. Check the filename and launcher profile.
Dependencies
Fabric API, GeckoLib, and similar libraries are installed separately when the author lists them as required.
Java and memory
Modern versions require a current Java runtime. A local LLM adds substantial RAM and VRAM use.
Find the actual cause
Open .minecraft/logs/latest.log and find the first Caused by block or the problematic mod name. The final lines are often only consequences.
Before experimenting: copy the world and launch the mod in a clean profile. This separates a mod error from a pack conflict.