It's a long road, to 1.19

This commit is contained in:
2022-06-10 19:48:56 +02:00
parent 94e13cc65d
commit 7dc6bedf0f
12 changed files with 34 additions and 62 deletions

View File

@@ -5,7 +5,8 @@
"name": "CraterLib",
"description": "A library mod used by HypherionSA's Mods",
"authors": [
"Me!"
"HypherionSA",
"Misha"
],
"contact": {
"homepage": "https://fabricmc.net/",
@@ -28,12 +29,9 @@
],
"accessWidener": "craterlib.aw",
"depends": {
"fabricloader": ">=0.12",
"fabricloader": ">=0.14",
"fabric": "*",
"minecraft": "1.18.x",
"minecraft": "1.19.x",
"java": ">=17"
},
"suggests": {
"another-mod": "*"
}
}