aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: d20a285fdcc2c9266b2426caae90e365b696d114 (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
{
	"schemaVersion": 1,
	"id": "manhunt",
	"version": "${version}",
	"name": "Manhunt",
	"description": "Best Manhunt Minecraft mod.",
	"authors": [
		"Anhgelus Morhtuuzh"
	],
	"contact": {
		"sources": "https://github.com/anhgelus/manhunt-mod"
	},
	"license": "AGPL-3.0",
	"icon": "assets/manhunt/icon.png",
	"environment": "server",
	"entrypoints": {
		"main": [
			"world.anhgelus.manhunt.Manhunt"
		]
	},
	"mixins": [
		"manhunt.mixins.json"
	],
	"depends": {
		"fabricloader": ">=0.15.11",
		"minecraft": "~1.21",
		"java": ">=21",
		"fabric": "*"
	},
	"suggests": {
		"difficultydeathscaler": "*"
	}
}