aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: 354192cf22892d9fc0ce65948e1a4d3e5dc4575d (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
42
43
44
45
{
  "schemaVersion": 1,
  "id": "bbsentials",
  "version": "${version}",
  "name": "BBsentials",
  "description": "QOL Modifications",
  "authors": [
    "Hype_the_Time/hackthetime"
  ],
  "contact": {
    "homepage": "https://github.com/HacktheTime/BBsentials1.20",
    "issues": "https://github.com/HacktheTime/BBsentials1.20/issues",
    "discord": "https://discord.gg/m7gX2GyQYj"
  },
  "license": "All-Rights-Reserved",
  "icon": "logo.png",
  "environment": "client",
  "entrypoints": {
    "client": [
      "de.hype.bbsentials.client.BBsentials"
    ],
    "modmenu": [ "de.hype.bbsentials.client.ModMenueScreen" ]
  },
  "depends": {
    "fabricloader": ">=${loader_version}",
    "fabric": "*",
    "minecraft": "${minecraft_version}"
  },
  "mixins": [
    "bbsentials.mixins.json"
  ],
  "custom": {
    "modmenu": {
      "links": {
        "modmenu.discord": "https://discord.gg/m7gX2GyQYj"
      },
        "id": "bbsentials",
        "name": "BBsentials",
        "description": "Mod to connect to the BBsentials Network for Splashes and more",
        "icon": "logo.png"
      },
      "update_checker": false

  }
}