aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-06-20 18:30:28 -0400
committerRosa <rosaontheweb@proton.me>2026-06-20 18:30:28 -0400
commitdecab4b3bf8ee5d92f21436ece61b5a7daa6f4eb (patch)
treea858992d8924c2895f6823d9d62ade0443fd8ed7 /src
parent76625bcdc1337326bc3c3a748b06c078769768c1 (diff)
build against 26.2HEADv0.1.0+26.2main
Diffstat (limited to '')
-rw-r--r--src/main/resources/fabric.mod.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index b370665..ec86d55 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -16,8 +16,7 @@
],
"contact": {
"discord": "https://discord.gg/A2FEXREAtQ",
- "issues": "https://codeberg.org/evilandqueer/simple-rename-command/issues",
- "sources": "https://codeberg.org/evilandqueer/simple-rename-command"
+ "sources": "https://git.eviltransgenders.club/~rosa/simple-rename-command"
},
"license": "Unlicense",
"icon": "icon.png",
@@ -27,7 +26,7 @@
},
"depends": {
"fabric-command-api-v2": "*",
- "fabricloader": ">=0.17.3",
- "minecraft": ">=1.21.11"
+ "fabricloader": ">=0.18.4",
+ "minecraft": ">=26.2"
}
}