Fix required versions for Fabric

This commit is contained in:
2023-05-29 18:24:39 +02:00
parent 7231b5f9e7
commit 6e9eb017ef
4 changed files with 12 additions and 10 deletions

View File

@@ -32,9 +32,9 @@
],
"accessWidener": "craterlib.aw",
"depends": {
"fabricloader": ">=0.14",
"fabricloader": ">=0.14.19",
"fabric": "*",
"minecraft": ">=1.20",
"minecraft": "*",
"java": ">=17"
}
}