12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "schemaVersion": 1,
- "id": "lightoverlay",
- "name": "Light Overlay",
- "description": "To provide users with NEI-like light overlay.",
- "version": "${version}",
- "environment": "client",
- "authors": [
- "shedaniel"
- ],
- "contact": {
- "homepage": "https://www.curseforge.com/minecraft/mc-mods/light-overlay",
- "sources": "https://github.com/shedaniel/LightOverlay-Fabric",
- "issues": "https://github.com/shedaniel/LightOverlay-Fabric/issues"
- },
- "entrypoints": {
- "client": [
- "me.shedaniel.lightoverlay.fabric.LightOverlayImpl::init"
- ],
- "modmenu": [
- "me.shedaniel.lightoverlay.fabric.LOModMenuEntry"
- ]
- },
- "license": "Apache-2.0",
- "icon": "icon.png",
- "mixins": [
- "lightoverlay.mixins.json"
- ],
- "accessWidener": "lightoverlay.accesswidener",
- "custom": {
- "modmenu:clientsideOnly": true
- },
- "depends": {
- "fabric": ">=0.29.1",
- "architectury": ">=1.2.67"
- }
- }
|