]> git.lizzy.rs Git - LightOverlay.git/blob - fabric/src/main/resources/fabric.mod.json
Close #49
[LightOverlay.git] / fabric / src / main / resources / fabric.mod.json
1 {
2   "schemaVersion": 1,
3   "id": "lightoverlay",
4   "name": "Light Overlay",
5   "description": "To provide users with NEI-like light overlay.",
6   "version": "${version}",
7   "environment": "client",
8   "authors": [
9     "Danielshe"
10   ],
11   "contact": {
12     "homepage": "https://www.curseforge.com/minecraft/mc-mods/light-overlay",
13     "sources": "https://github.com/shedaniel/LightOverlay-Fabric",
14     "issues": "https://github.com/shedaniel/LightOverlay-Fabric/issues"
15   },
16   "entrypoints": {
17     "client": [
18       "me.shedaniel.lightoverlay.fabric.LightOverlay"
19     ],
20     "modmenu": [
21       "me.shedaniel.lightoverlay.fabric.LOModMenuEntry"
22     ]
23   },
24   "license": "Apache-2.0",
25   "icon": "icon.png",
26   "requires": {
27     "fabricloader": ">=0.4.0",
28     "cloth": "*"
29   },
30   "mixins": [
31     "lightoverlay.mixins.json"
32   ],
33   "accessWidener": "lightoverlay.accesswidener",
34   "custom": {
35     "modmenu:clientsideOnly": true
36   }
37 }