summaryrefslogtreecommitdiff
path: root/src/main/resources/quilt.mod.json
blob: c2ec5a6710170f8c378199daa3c13582a2f6811c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "schema_version": 1,
  "quilt_loader": {
    "group": "lv.enes.mc",
    "id": "eriscraft_misc",
    "version": "${version}",
    "metadata": {
      "name": "ErisCraft Miscellany",
      "description": "Miscellaneous things for my modpack :3",
      "contributors": {
        "Eris": "Owner"
      }
    },
    "intermediate_mappings": "net.fabricmc:intermediary",
    "entrypoints": {},
    "depends": [{
      "id": "quilt_loader",
      "versions": "^${loader_version}"
    }, {
      "id": "minecraft",
      "versions": "=${minecraft_version}"
    }]
  }
}