aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: d8ef4941ea134cca53ab10904c8d0a8938bfee85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "schemaVersion": 1,
  "id": "skyblocker",
  "version": "${version}",
  "name": "Skyblocker",
  "description": "Hypixel Skyblock Mod",
  "authors": ["xMrVizzy", "d3dx9", "LifeIsAParadox"],
  "contributors": ["ExternalTime", "Zailer43", "TacoMonkey", "KonaeAkira", "Fix3dll", "null2264", "HyperSoop", "edgarogh", "TheColdPot", "Julienraptor01", "ADON15c", "catandA", "kevinthegreat1", "AzureAaron"],
  "contact": {
    "homepage": "https://hysky.de",
    "sources": "https://github.com/SkyblockerMod/Skyblocker",
    "issues": "https://github.com/SkyblockerMod/Skyblocker/issues"
  },
  "license": "GNU LGPLv3",
  "icon": "assets/skyblocker/icon.png",
  "environment": "client",
  "entrypoints": {
    "client": [
      "me.xmrvizzy.skyblocker.SkyblockerInitializer"
    ],
    "modmenu": [
      "me.xmrvizzy.skyblocker.config.modmenu.ModMenuEntry"
    ]
  },
  "mixins": [
    "skyblocker.mixins.json"
  ],
  "depends": {
    "fabricloader": ">=0.14.17",
    "fabric-api": ">=0.76.0+1.19.4",
    "cloth-config2": "*",
    "minecraft": "~1.19.4"
  },
  "custom": {
    "modmenu": {
      "links": {
        "modmenu.discord": "https://discord.com/invite/aNNJHQykck"
      }
    }
  }
}