]> git.lizzy.rs Git - LightOverlay.git/blob - fabric/src/main/resources/fabric.mod.json
Update Cloth Config and architectury
[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     "shedaniel"
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.LightOverlayImpl::init"
19     ],
20     "modmenu": [
21       "me.shedaniel.lightoverlay.fabric.LOModMenuEntry"
22     ]
23   },
24   "license": "Apache-2.0",
25   "icon": "icon.png",
26   "mixins": [
27     "lightoverlay.mixins.json"
28   ],
29   "accessWidener": "lightoverlay.accesswidener",
30   "custom": {
31     "modmenu:clientsideOnly": true
32   },
33   "depends": {
34     "fabric": ">=0.29.1",
35     "architectury": ">=1.5.112",
36     "cloth-config2": ">=4.10.13"
37   }
38 }