Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 9e619f0

Browse files
committed
Updated gradle version, added homepage and issues tags, optimized icon.
The original icon was losslessly compressed by Leanify tool and placed in the root directory of the repository. Then I made 128x128 copy and added it as a mod icon. I believe there is no reason to use (in the jar) a bigger icon since the box where it is displayed (in the Mod Menu) is small. This way the mod's size decreased greatly.
1 parent 6e91d54 commit 9e619f0

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

icon - original.png

77.2 KB
Loading
Loading

src/main/resources/fabric.mod.json

+2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"DarkKronicle"
99
],
1010
"contact": {
11+
"homepage": "https://www.curseforge.com/minecraft/mc-mods/advancedchatcore",
1112
"sources": "https://github.com/DarkKronicle/AdvancedChat",
13+
"issues": "https://github.com/DarkKronicle/AdvancedChat/issues",
1214
"discord": "https://discord.gg/WnaE3uZxDA"
1315
},
1416
"license": "MPL-v2",

0 commit comments

Comments
 (0)