Verity Mod Download Checker is a browser-only source and file identity checker for Minecraft players. It recognizes current Verity project paths, IDs, release filenames, record numbers, and package types; compares a selected file's displayed size with published metadata; calculates a local SHA-256 fingerprint without uploading the file; and links users to the exact Java or Bedrock release record.
Live custom domain: https://veritymodchecker.online/
Cloudflare Pages fallback URL: https://verity-mod-checker.pages.dev/
- Download route: https://veritymodchecker.online/download/
- What is Verity Mod?: https://veritymodchecker.online/what-is-verity-mod/
- Verity horror mod guide: https://veritymodchecker.online/horror-mod/
- How to get Verity Mod: https://veritymodchecker.online/how-to-get-verity-mod/
- Java download route: https://veritymodchecker.online/java/
- Older Java 3.4.1 status route: https://veritymodchecker.online/verity-3-4-1-jar/
- Bedrock and MCPE route: https://veritymodchecker.online/bedrock/
- MCPE mobile route: https://veritymodchecker.online/pocket-edition/
- APK and Google Play app safety route: https://veritymodchecker.online/apk/
- PnTMC 3.2.0 file check: https://veritymodchecker.online/pntmc-verity-3-2-0/
- How to spawn Verity: https://veritymodchecker.online/how-to-spawn-verity/
- Verity Mod lag fix: https://veritymodchecker.online/verity-mod-lag-fix/
- Not working and 404 fixes: https://veritymodchecker.online/not-working/
- Voice not working fix: https://veritymodchecker.online/voice-not-working/
- API connection failed: https://veritymodchecker.online/api-connection-failed/
- How to talk to Verity: https://veritymodchecker.online/how-to-talk-to-verity/
- Taken down or 404 route: https://veritymodchecker.online/taken-down/
- Java route: Verity JE record
8461257, Forge 1.20.1, olderverity-3.4.1.jarNeoForge 1.21.1 record8346795, Groq, OpenRouter, Ollama, and version checks. - Bedrock / MCPE routes: Verity BE 1.1.0 record
8506198, PnTMC record8517480, pack activation, Beta APIs, commands, and world setup. - APK / app route: separates Google Play app and APK claims from normal MCPE
.mcaddonor.mcpackimports, with checks for publisher identity, permissions, ads, final host, and source trail. - Browser checker: project URL, Project ID, release record, filename, package type, displayed file size, mirror signals, and local SHA-256.
- Troubleshooting: API 401/429, box not spawning, how to spawn Verity, delayed mobs, block delay, MCPE stutter, dialogue missing, only saying "...", old links, 404s, mirrors, and unsafe downloads.
- SEO support: canonical domain, robots.txt, sitemap.xml, Atom updates, structured release data, GA4, and GSC submission.
The checker verifies identity signals against the public metadata recorded on July 27, 2026. The reusable snapshot is published at /data/verity-releases.json, with route updates in /feed.xml. The daily health job fails when that snapshot is more than 72 hours old or when the homepage, checker, download page, Java guide, and feed disagree about the current release map. Verity JE 5.7.3 is checked on both CurseForge (1591438 / 8461257) and Modrinth (on1Y0osD / yAt0wv1Z); Verity BE 1.1.0 is checked on CurseForge (1574632 / 8506198); PnTMC Verity 3.2.0 is checked on CurseForge (1575941 / 8517480, 8517478, 8517473). The browser checker can compare a local Java JAR with Modrinth's published SHA-512 without uploading it. A filename, size, URL, or hash result is not a malware verdict. Downloads remain on maintainer-controlled records instead of being mirrored by this site.
Open index.html in a browser, or run:
python3 -m http.server 4173Then visit http://localhost:4173.
Run the static SEO and internal-link audit with:
node scripts/audit-site.mjsRun the desktop and mobile rendering check with Playwright installed:
python3 ~/.codex/skills/webapp-testing/scripts/with_server.py \
--server "python3 -m http.server 4173 --bind 127.0.0.1" --port 4173 \
-- python3 scripts/visual-check.pyThe primary deployment is the Cloudflare Pages project verity-mod-checker, with veritymodchecker.online as the canonical custom domain and www redirected to the apex domain by _worker.js. The repository also retains the GitHub Pages workflow at .github/workflows/pages.yml as a fallback build path. .github/workflows/site-health.yml checks the live canonical pages, SEO files, route data, and www redirect every day.