]> git.lizzy.rs Git - LightOverlay.git/blob - fabric/src/main/resources/fabric.mod.json
24b75f28b865a4431817f1f77692cf65d05d2160
[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   "depends": {
31     "fabricloader": ">=0.14.11",
32     "fabric-api": "*",
33     "minecraft": "~1.19.3",
34     "java": ">=17",
35     "architectury": ">=7-",
36     "cloth-config2": ">=9-"
37   }
38 }