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 (girlonthe.net)",
"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/girlonthenet/simple-rename-command/issues",
"sources": "https://codeberg.org/girlonthenet/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"
}
}
|