We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df343f6 commit bb491c8Copy full SHA for bb491c8
1 file changed
src/main/resources/fabric.mod.json
@@ -6,7 +6,7 @@
6
"description": "",
7
"authors": [],
8
"contact": {
9
- "repo": "https://github.com/pavatus/ait-example-addon"
+ "repo": "https://github.com/amblelabs/ait-example-addon"
10
},
11
"license": "MIT",
12
"icon": "assets/ait-example-addon/icon.png",
@@ -29,6 +29,6 @@
29
"fabricloader": ">=${loader_version}",
30
"fabric": "*",
31
"minecraft": "${minecraft_version}",
32
- "ait": ">=1.1.0"
+ "ait": "~${ait_version}"
33
}
34
0 commit comments