aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: 7b5b38db93e2e0cf0354d032bc0238cebbc66bb5 (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
{
	"schemaVersion": 1,
	"id": "Floodhunt",
	"version": "${version}",
	"name": "Floodhunt",
	"description": "Floodhunt mod",
	"authors": [
		"Anhgelus Morhtuuzh"
	],
	"contact": {},
	"license": "AGPL-3.0",
	"icon": "assets/molehunt/icon.png",
	"environment": "*",
	"entrypoints": {
		"client": [
			"world.anhgelus.floodhunt.client.FloodhuntClient"
		],
		"server": [
		],
		"main": [
			"world.anhgelus.floodhunt.Floodhunt"
		]
	},
	"mixins": [
		"Floodhunt.mixins.json",
		{
			"config": "Floodhunt.client.mixins.json",
			"environment": "client"
		}
	],
	"depends": {
		"fabricloader": ">=${loader_version}",
		"fabric-api": "*",
		"minecraft": "${minecraft_version}"
	}
}