aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: ec86d556df6116feaba4cd261f65ff2bb0d7a89b (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
29
30
31
32
{
    "schemaVersion": 1,
    "id": "simple-rename-command",
    "version": "${version}",
    "name": "Simple Rename Command",
    "description": "A dead simple command to rename the held item.",
    "authors": [
        {
            "name": "Rosa (evilandqueer)",
            "contact": {
                "discord": "https://discord.gg/A2FEXREAtQ",
                "email": "rosaontheweb@proton.me",
                "matrix": "https://matrix.to/#/@rosa:girlonthe.net"
            }
        }
    ],
    "contact": {
        "discord": "https://discord.gg/A2FEXREAtQ",
        "sources": "https://git.eviltransgenders.club/~rosa/simple-rename-command"
    },
    "license": "Unlicense",
    "icon": "icon.png",
    "environment": "*",
    "entrypoints": {
        "main": ["net.girlonthe.simplerenamecommand.SimpleRenameCommand"]
    },
    "depends": {
        "fabric-command-api-v2": "*",
        "fabricloader": ">=0.18.4",
        "minecraft": ">=26.2"
    }
}