Installing Quark takes only a few minutes. You need a working NeoForge instance for Minecraft 1.21.1, and Quark’s required companion libraries — Zeta and Biolith — which are bundled with or alongside every official release. This page walks through the full process from downloading the files to confirming everything is running correctly in-game.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/VazkiiMods/Quark/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
Before you begin, make sure you have the following:| Requirement | Version |
|---|---|
| Minecraft | 1.21.1 |
| NeoForge | 21.1.230 or higher |
| Zeta | Latest release for 1.21.1 |
| Biolith | 3.0.x (bundled in the Quark jar) |
Download Locations
Official Quark releases are published to two platforms simultaneously. Always download from one of these official sources to ensure you receive a signed, verified build.| Platform | Link |
|---|---|
| Modrinth | modrinth.com/mod/quark |
| CurseForge | curseforge.com/minecraft/mc-mods/quark |
Step-by-Step Installation
Install NeoForge
Download and run the NeoForge installer for Minecraft 1.21.1 from neoforged.net. Select Install client (or Install server for a dedicated server). NeoForge version 21.1.230 or higher is required.If you are using a launcher such as Prism Launcher, ATLauncher, or the Modrinth App, create a new instance and select NeoForge 1.21.1 as the mod loader instead of running the standalone installer.
Download Quark and Zeta
Visit modrinth.com/mod/quark or curseforge.com/minecraft/mc-mods/quark and download the latest 1.21.1 NeoForge release. The file will be named something like
Quark-4.1-481.jar.Next, download Zeta for 1.21.1 NeoForge from its own mod page on the same platform. Zeta is listed as a required dependency and will often be offered automatically by your mod manager.Place the jars in your mods folder
Locate your NeoForge instance’s
mods folder:- Windows:
%APPDATA%\.minecraft\mods(or your launcher’s instance directory) - macOS:
~/Library/Application Support/minecraft/mods - Linux:
~/.minecraft/mods
Quark-4.1-481.jar and the Zeta jar into this folder. Biolith is bundled inside the Quark jar and does not require a separate download.Launch Minecraft
Start Minecraft using your NeoForge 1.21.1 profile or launcher instance. Watch the loading screen — Quark and Zeta should both appear in the mod list during the loading phase.If the game fails to start, check the crash log (
logs/latest.log) for missing dependency errors. The most common cause is a missing or mismatched Zeta version.Verify the installation
Once in-game, open your inventory. You should see a small Q button in the corner of the screen. Click it to open the Q menu — this confirms Quark is installed and running correctly. The version string
Quark 4.1-481 is displayed in the Q menu’s footer.You can also check Mods from the main menu (if your NeoForge build includes a mod list screen) and confirm Quark appears with the correct version.Installing on a Dedicated Server
Server installation follows the same process. PlaceQuark-4.1-481.jar and the Zeta jar in your server’s mods folder, then start the server. Quark is fully server-side aware — clients connecting to a Quark server do not need Quark installed unless your pack requires it.
Some Quark features are client-only (visual or UI features) and will simply be inactive on the server side. Other features, particularly those that add blocks and items, require Quark on both the client and server.
For Modpack Authors
Quark is freely distributable and may be included in any modpack, public or private, without special permission. You are encouraged to include it in your pack. When doing so:- Pin a specific build number (e.g.
4.1-481) in your pack manifest to ensure reproducible installs. - Review which modules you want active using the Q menu, then distribute the resulting
config/quark-common.tomlwith your pack. See the Configuration page for details on config file layout. - You can pre-disable specific modules to tailor Quark’s feature set to your pack’s theme without forking the mod.