| Issue | Explanation |
|-------|-------------|
| Wrong Minecraft version | Meteor addons must match Meteor’s build (e.g., 1.20.4). |
| Addon not compatible with your Meteor version | Old addon for Meteor 0.4.x vs 0.5.x. |
| Missing dependencies | Some addons require Fabric API or other mods. |
| Jar not placed in mods/ folder | Meteor addons go in mods/, not inside Meteor’s own folder. |
| Corrupted download | Re-download the .jar. |
| Duplicate or conflicting addons | Two addons with same package name. |
Go to the addon’s official source (GitHub, Meteor Forums, or Meteor’s Discord).
Look for a release that matches your exact Meteor version.
When posting for help, include:
Example post:
“Meteor rejects
MyAddon-1.2.3.jaron MC 1.20.4, Meteor build 0.5.5. Log says: ‘Addon API version 2 required, got 1.’”