summaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: c286e847a6aa54e6ed4ff2a9409c7ae8d2345f00 (plain) (blame)
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
{
    "schemaVersion": 1,
    "id": "let-me-hotkey",
    "version": "${version}",
    "name": "Let Me Hotkey",
    "description": "Allows hotkeying items in inventories while holding an item under your cursor",
    "authors": [
        {
            "name": "Rosa (evilandqueer)",
            "contact": {
                "email": "rosaontheweb@proton.me"
            }
        }
    ],
    "contributors": [],
    "contact": {
        "sources": "https://git.eviltransgenders.club/~rosa/LetMeHotkey"
    },
    "license": "Unlicense",
    "icon": "icon.png",
    "environment": "client",
    "entrypoints": {},
    "mixins": ["let-me-hotkey.mixins.json"],
    "depends": {
        "fabricloader": ">=${loaderVersion}",
        "minecraft": ">=${minecraftVersion}"
    }
}