aboutsummaryrefslogtreecommitdiff
path: root/build/resources/main/fabric.mod.json
blob: 2eb4f2de94d0d71b38f9be78dfa282417e78e3c3 (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
{
  "schemaVersion": 1,
  "id": "hype-client",
  "version": "1.0",
  "name": "hype-client",
  "description": "QOL Modifciations",
  "authors": [
    "Hack the Time"
  ],
  "contact": {},
  "license": "All-Rights-Reserved",
  "icon": "assets/hype-client/icon.png",
  "environment": "client",
  "entrypoints": {
    "client": [
      "de.hype.hypeclient.client.Hype_clientClient"
    ],
    "main": [
      "de.hype.hypeclient.Hype_client"
    ]
  },
  "depends": {
    "fabricloader": ">=0.14.21",
    "fabric": "*",
    "minecraft": "1.20.1"
  },
  "mixins": [
    "modid.mixins.json"
  ]
}