Guide
Where a mod download actually comes from, and how to tell
Every mod you install is a stranger's executable code running inside your game. Who is hosting it, what the checksum is for, and the sites to walk away from.
2 min read · updated 2026-08-01
A mod is not a document. It is code that runs inside your game with the same access your game has, which is the same access you have. That is not a reason to avoid mods. It is a reason to know where the file came from.
The only rule that matters
Get it from the author.
Almost every bad mod story starts with a site that did not write the mod, did not ask the author, and repackaged their file with something added. The mod is real, the name is right, the description is copied from the original, and the download is not the same file.
Every download link on this site points at the platform the author published on. Nothing is mirrored here and nothing is repackaged, which is not a feature so much as the whole point: a mirror is a copy that can drift, and a repackage is a copy somebody changed.
What a checksum is for
A checksum is a long string derived from a file's exact contents. Change one byte and it changes completely.
When a platform publishes the checksum of a file, they are stating what the author uploaded. If you compute it on the file you downloaded and get the same string, you have their file. If you get a different one, you have something else, whatever the filename says.
This site publishes them where the source provides them, which is most of the time, and it is the only mechanism that survives a link being intercepted.
Checking one is one command. On Windows, certutil -hashfile yourfile.jar SHA512. On macOS and Linux, shasum -a 512 yourfile.jar. Compare the first and last few characters and you will catch anything.
Signs to walk away from
A download that arrives as an installer rather than the file type the mod should be. A page that wants you to disable your antivirus. A "download manager" you have to install first. A mod that appeared today, has no author history, and is a copy of a popular one with a slightly different name.
None of these are proof of anything. All of them are reasons to spend thirty seconds finding the original.
Why some downloads here have no button
Some sources do not have a file to link to. A Steam Workshop item is not a download at all: you subscribe in Steam and the client fetches it. Some platforms sign their download links with an expiry, so a link saved today is dead tomorrow.
In those cases the page links to the item's own page instead of showing a button. A button that silently fails is worse than one that is honestly absent, and pretending otherwise would undo the only guarantee this site makes.
Frequently asked
Are mods dangerous?
A mod is code that runs with the same access as any program you launch. The overwhelming majority are fine. The risk is not the concept, it is downloading from somewhere that did not get the file from the author.
What is a checksum for?
It is a fingerprint of the exact file the author published. If yours produces the same one, you have their file and not a copy somebody altered.
Why do some sites wrap a mod in their own installer?
To show you ads, to bundle something, or both. There is never a good reason. Get the file from the author's own page.
Is a mod with few downloads riskier?
Not inherently, but a popular mod has had thousands of people looking at it. A brand new upload from an account with no history has had nobody.