aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authoranhgelus <anhgelus.morhtuuzh@proton.me>2024-10-27 12:51:55 +0000
committeranhgelus <anhgelus.morhtuuzh@proton.me>2024-10-27 12:51:55 +0000
commitce4dbfaa07d4c980fc9bd0aea6c4435a154b4113 (patch)
tree0968c5bebf2788775a1003d0395aa79a7f9bbcb6 /src/main/resources
parentc984c9c43727659c80f24779c0fbd7b83cde12d0 (diff)
feat(minecraft): supports minecraft 1.21.2 and 1.21.3
#4
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric.mod.json6
1 files changed, 4 insertions, 2 deletions
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": "*"