aboutsummaryrefslogtreecommitdiff
path: root/fabric/src/main/resources/fabric.mod.json
blob: 21eaec0ddb24361fb84ab9504499ca8ef555bf8a (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
{
  "schemaVersion": 1,
  "id": "notenoughupdates",
  "version": "${version}",
  "name": "Not Enough Updates",
  "description": "Not Enough Updates - A mod for Hypixel Skyblock",
  "authors": [
    "nea89"
  ],
  "contact": {
    "homepage": "https://github.com/romangraef/TODO",
    "sources": "https://github.com/romangraef/TODO"
  },
  "license": "LGPL-3.0",
  "icon": "assets/notenoughupdates/icon.png",
  "environment": "client",
  "entrypoints": {
    "main": [
      "net.examplemod.fabric.ExampleModFabric"
    ],
	"rei": [
	  "moe.nea.notenoughupdates.rei.NEUReiPlugin"
	]
  },
  "mixins": [
	"notenoughupdates.mixins.json",
    "notenoughupdates-common.mixins.json"
  ],
  "depends": {
    "fabric": "*",
    "minecraft": ">=1.18.2",
    "architectury": ">=4.2.50"
  }
}