Skip to content

Commit 3bb5c36

Browse files
committed
Update fabric.mod.json
1 parent 9edd03e commit 3bb5c36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/fabric.mod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "quickskin",
44
"version": "${version}",
55

6-
"name": "quickskin Mod",
6+
"name": "Quickskin",
77
"description": "Change skin settings with a keybind!",
88
"authors": [
99
"Ryhon"
@@ -14,7 +14,7 @@
1414
},
1515

1616
"license": "GPL-3.0",
17-
"icon": "assets/modid/icon.png",
17+
"icon": "assets/quickskin/icon.png",
1818

1919
"environment": "*",
2020
"entrypoints": {
@@ -25,7 +25,7 @@
2525
"depends": {
2626
"fabricloader": ">=0.14.9",
2727
"fabric-api": "*",
28-
"minecraft": "1.19.x",
28+
"minecraft": "1.20.x",
2929
"fabric": "*"
3030
}
3131
}

0 commit comments

Comments
 (0)