summaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: 5fdb00564f26e4185b1379bd6ac95b4ed39d2455 (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": "morbing",
  "version": "${version}",
  "name": "Morbing",
  "description": "",
  "authors": [
	"nea89"
  ],
  "contact": {
	"homepage": "",
	"sources": ""
  },
  "license": "LGPL-3.0",
  "icon": "assets/morbing/icon.png",
  "environment": "client",
  "entrypoints": {
	"main": [
	  "moe.nea.morbing.Morbing"
	],
	"client": [
	  "moe.nea.morbing.MorbingClient"
	]
  },
  "mixins": [
	"morbing.mixins.json"
  ],
  "depends": {
	"fabric": "*",
	"minecraft": ">=1.18.2"
  }
}