aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorxander <xander@isxander.dev>2022-09-02 10:45:53 +0100
committerxander <xander@isxander.dev>2022-09-02 10:45:53 +0100
commit7bfbbc908d53c379fa36a929282e7f20b95afde8 (patch)
tree939adcb7460f08bfb2335f94b26d114c2dd05dcf /src/main/resources
parentcff8d5bad318d133ab1089524619fc15f3b15b6f (diff)
downloadYetAnotherConfigLib-7bfbbc908d53c379fa36a929282e7f20b95afde8.tar.gz
YetAnotherConfigLib-7bfbbc908d53c379fa36a929282e7f20b95afde8.tar.bz2
YetAnotherConfigLib-7bfbbc908d53c379fa36a929282e7f20b95afde8.zip
fix group validation & icon & wiki test stuff
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric.mod.json1
-rw-r--r--src/main/resources/icon.pngbin0 -> 17130 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 708c30e..0061d05 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -12,6 +12,7 @@
"issues": "https://github.com/${github}/issues",
"sources": "https://github.com/${github}"
},
+ "icon": "icon.png",
"license": "LGPL-3.0-or-later",
"environment": "client",
"entrypoints": {
diff --git a/src/main/resources/icon.png b/src/main/resources/icon.png
new file mode 100644
index 0000000..3f6dae4
--- /dev/null
+++ b/src/main/resources/icon.png
Binary files differ