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 9edd03e commit 3bb5c36Copy full SHA for 3bb5c36
src/main/resources/fabric.mod.json
@@ -3,7 +3,7 @@
3
"id": "quickskin",
4
"version": "${version}",
5
6
- "name": "quickskin Mod",
+ "name": "Quickskin",
7
"description": "Change skin settings with a keybind!",
8
"authors": [
9
"Ryhon"
@@ -14,7 +14,7 @@
14
},
15
16
"license": "GPL-3.0",
17
- "icon": "assets/modid/icon.png",
+ "icon": "assets/quickskin/icon.png",
18
19
"environment": "*",
20
"entrypoints": {
@@ -25,7 +25,7 @@
25
"depends": {
26
"fabricloader": ">=0.14.9",
27
"fabric-api": "*",
28
- "minecraft": "1.19.x",
+ "minecraft": "1.20.x",
29
"fabric": "*"
30
}
31
0 commit comments