aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: b37066560fc10349b28615f74ef343b73dfd830f (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
33
{
    "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",
        "issues": "https://codeberg.org/evilandqueer/simple-rename-command/issues",
        "sources": "https://codeberg.org/evilandqueer/simple-rename-command"
    },
    "license": "Unlicense",
    "icon": "icon.png",
    "environment": "*",
    "entrypoints": {
        "main": ["net.girlonthe.simplerenamecommand.SimpleRenameCommand"]
    },
    "depends": {
        "fabric-command-api-v2": "*",
        "fabricloader": ">=0.17.3",
        "minecraft": ">=1.21.11"
    }
}