aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: abbd844bfb64f8ff6fac8e3633a1d80582f435b5 (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
{
  "schemaVersion": 1,
  "id": "manhunt",
  "version": "${version}",
  "name": "Manhunt",
  "description": "Best Manhunt Minecraft mod.",
  "authors": [
    "Anhgelus Morhtuuzh"
  ],
  "contact": {
    "sources": "https://github.com/anhgelus/manhunt-mod",
    "issues": "https://github.com/anhgelus/manhunt-mod/issues",
    "homepage": "https://modrinth.com/mod/manhunt-remastered"
  },
  "license": "AGPL-3.0",
  "icon": "assets/manhunt/icon.png",
  "environment": "*",
  "entrypoints": {
    "main": [
      "world.anhgelus.manhunt.Manhunt"
    ]
  },
  "mixins": [
    "manhunt.mixins.json"
  ],
  "depends": {
    "fabricloader": ">=${loader_version}",
    "fabric-api": "*",
    "minecraft": "${minecraft_version}"
  }
}