From decab4b3bf8ee5d92f21436ece61b5a7daa6f4eb Mon Sep 17 00:00:00 2001 From: Rosa Date: Sat, 20 Jun 2026 18:30:28 -0400 Subject: build against 26.2 --- src/main/resources/fabric.mod.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/main/resources') 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" } } -- cgit v1.3.1