Install & Guides
Aberration runs on Minecraft 1.21.1 with the NeoForge 21.1.225 mod loader.
Pick whichever launcher you prefer below — they all end the same way: drop the Aberration jar into your mods folder.
Video Guides
The quickest way in — watch and follow along. Prefer reading? Text guides are below.
Subscribe to our YouTube channel for new guides, update showcases, and gameplay.
Text Guides
Rather read than watch? Everything below walks you through it step by step.
Before you start
- The Aberration jar isn't released yet — the download will appear on the home page when it is. Everything below is the setup you'll do once you have it.
- You do not need to install any other mods — all of Aberration's dependencies are bundled inside the jar.
- Jump to your launcher: Quick Import · CurseForge App · Modrinth App · Vanilla Launcher
Quick Import — already use CurseForge or Modrinth?
Sorry — we aren't supported on the CurseForge or Modrinth platforms by default yet, so searching for Aberration there won't find us. In the meantime, these ready-made profile files give you the same one-click setup:
CurseForge App
- Download the profile: Aberration-CurseForge.zip (coming soon)
- In the app: Minecraft → Create Custom Profile → Import, then pick the downloaded zip.
- Hit Play.
Modrinth App
- Download the profile: Aberration.mrpack (coming soon)
- In the app: click + → Import from file (or just open the
.mrpackfile). - Hit Play.
Until the profile files are up, follow the manual options below — it only takes a couple more clicks.
Option 1 — CurseForge App
- Install the CurseForge App if you don't have it.
- Open it, pick Minecraft, and click Create Custom Profile.
- Name it (e.g. Aberration), set the game version to 1.21.1, set the mod loader to NeoForge, and create it.
- Right-click the new profile → Open Folder, then open the
modsfolder (create it if it's missing). - Move the downloaded
aberration-…-obf-final.jarintomods. - Back in the app, hit Play.
Option 2 — Modrinth App
- Install the Modrinth App if you don't have it.
- Click Create instance (the + button).
- Name it, choose loader NeoForge, game version 1.21.1, and create it.
- Open the instance → three-dot menu → Open folder, then open the
modsfolder. - Move the downloaded
aberration-…-obf-final.jarintomods. - Hit Play on the instance.
Option 3 — Vanilla Minecraft Launcher
- Go to neoforged.net and download the NeoForge installer version 21.1.225 (for Minecraft 1.21.1).
- Run the installer, keep Install client selected, and click OK. It adds a NeoForge profile to your normal Minecraft launcher.
- Open your Minecraft folder:
- Windows: press Win+R, type
%appdata%\.minecraft, press Enter. - Mac:
~/Library/Application Support/minecraft - Linux:
~/.minecraft
- Windows: press Win+R, type
- Open (or create) the
modsfolder and move the downloadedaberration-…-obf-final.jarinto it. - Open the Minecraft launcher, select the NeoForge profile, and press Play.
Check it worked
On the Minecraft title screen, click Mods — you should see Aberration in the list. If the game won't start or the mod is missing, see the FAQ.
Verify your download (optional)
Every release has a unique fingerprint — a SHA-256 hash — and we'll publish ours alongside the download when the mod goes out. If the fingerprint of your file matches ours, you have the genuine, unmodified jar. If it doesn't match, delete it and download again from this site.
Windows — in PowerShell, from your downloads folder:
Get-FileHash .\latest.jar -Algorithm SHA256
Mac / Linux:
sha256sum latest.jar