diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-06-20 18:30:28 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-06-20 18:30:28 -0400 |
| commit | decab4b3bf8ee5d92f21436ece61b5a7daa6f4eb (patch) | |
| tree | a858992d8924c2895f6823d9d62ade0443fd8ed7 /src | |
| parent | 76625bcdc1337326bc3c3a748b06c078769768c1 (diff) | |
build against 26.2HEADv0.1.0+26.2main
Diffstat (limited to '')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 7 |
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" } } |
