aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-03-12 18:01:50 -0400
committerRosa <rosaontheweb@proton.me>2026-03-12 18:01:50 -0400
commit5c8ae483654291cb4e5077e47e0d5854c2efd2a3 (patch)
treee258c367023e155a6e01bcf9fd342ee934ebc3c9 /src/main/resources
init
Diffstat (limited to '')
-rw-r--r--src/main/resources/fabric.mod.json18
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"
+ }
+}