blob: f6616595a531d5874366276c748ea66e0c8f76f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"schemaVersion": 1,
"id": "simple-rename-command",
"version": "${version}",
"name": "Simple Rename Command",
"description": "Do you really need me to tell you what it does?",
"authors": ["Rosa (girlonthe.net)"],
"license": "Unlicense",
"environment": "*",
"entrypoints": {
"main": ["net.girlonthe.simplerenamecommand.SimpleRenameCommand"]
},
"depends": {
"fabric-command-api-v2": "*",
"fabricloader": ">=0.17.3",
"minecraft": ">=1.21.11"
}
}
|