aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/fabric.mod.json
blob: 1d6c09ecff00eba8fb26e2a56ff54381337e93a6 (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
{
	"schemaVersion": 1,
	"id": "eye_of_nether",
	"version": "${version}",
	"name": "Eye of Nether",
	"description": "Add eyes of nether for locating nether fortresses",
	"authors": [
		{
			"name": "Tomasz Kramkowski",
			"contact": {
				"email": "tomasz@kramkow.ski"
			}
		}
	],
	"contact": {
		"sources": "https://the-tk.com/cgit/eye-of-nether"
	},
	"license": "LGPL-3.0-or-later",
	"environment": "*",
	"entrypoints": {
		"main": [
			"ski.kramkow.mcmod.eyeofnether.EyeOfNether"
		]
	},
	"depends": {
		"fabricloader": ">=0.16.3",
		"minecraft": "~1.20.1",
		"java": ">=17",
		"fabric-api": "*"
	},
	"icon": "assets/eye_of_nether/icon.png"
}