diff options
Diffstat (limited to '')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json new file mode 100644 index 0000000..f661659 --- /dev/null +++ b/src/main/resources/fabric.mod.json @@ -0,0 +1,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" + } +} |
