Skip to content

How to install

You can find the latest download to the pack here.

There are two versions of the pack:

  • .zip
  • .mrpack

CurseForge

The .zip is for CurseForge users as it contains a manifest.json file like this:

manifest.json
{
"minecraft": {
"version": "1.20.4",
"modLoaders": [
{
"id": "fabric-0.15.3",
"primary": true
}
]
},
"manifestType": "minecraftModpack",
"manifestVersion": 1,
"name": "Custom",
"author": "",
"files": [
{
"projectID": 351725,
"fileID": 4973035,
"required": true
},
{
"projectID": 306612,
"fileID": 5010374,
"required": true
}
],
"overrides": "overrides"
}

Which allows for users of CurseForge to easily install the modpack as the manifest contains all of the necessary metadata.

Modrinth

The .mrpack is for Modrinth users which also contains all of the metadata in order to install it in the Modrinth Launcher.

A word of warning: