diff options
Diffstat (limited to 'src/main/resources')
| -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" } } |
