From ce4dbfaa07d4c980fc9bd0aea6c4435a154b4113 Mon Sep 17 00:00:00 2001 From: anhgelus Date: Sun, 27 Oct 2024 12:51:55 +0000 Subject: feat(minecraft): supports minecraft 1.21.2 and 1.21.3 #4 --- src/main/resources/fabric.mod.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index d20a285..fe49b5f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -8,7 +8,9 @@ "Anhgelus Morhtuuzh" ], "contact": { - "sources": "https://github.com/anhgelus/manhunt-mod" + "sources": "https://github.com/anhgelus/manhunt-mod", + "issues": "https://github.com/anhgelus/manhunt-mod/issues", + "homepage": "https://modrinth.com/mod/manhunt-remastered" }, "license": "AGPL-3.0", "icon": "assets/manhunt/icon.png", @@ -22,7 +24,7 @@ "manhunt.mixins.json" ], "depends": { - "fabricloader": ">=0.15.11", + "fabricloader": ">=0.16.7", "minecraft": "~1.21", "java": ">=21", "fabric": "*" -- cgit v1.2.3