aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: a84bf8c2f13c982a1b09b894183e477ef0a831a1 (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}"
	}
}