aboutsummaryrefslogtreecommitdiff
path: root/src/testMod/resources/fabric.mod.json
blob: 2b6adc81100ee33f4a328ae9b507c2ca31551ef0 (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
{
	"schemaVersion": 1,
	"id": "libgui-test",
	"version": "1",
	"name": "LibGui Test",
	"description": "Some example Guis to shake out errors",
	"authors": [
		"Falkreon"
	],
	"contact": {
		"sources": "https://github.com/CottonMC/LibGUI"
	},
	"license": "MIT",
	"icon": "assets/libgui-test/icon.png",
	"environment": "*",
	"entrypoints": {
		"main": [
			"io.github.cottonmc.test.LibGuiTest"
		],
		"client": [
			"io.github.cottonmc.test.client.LibGuiTestClient"
		]
	},
	"depends": {
		"fabricloader": ">=0.4.0",
		"libgui": "*",
		"jankson": "*",
		"fabric": "*"
	}
}