diff options
author | xander <xander@isxander.dev> | 2022-09-02 10:45:53 +0100 |
---|---|---|
committer | xander <xander@isxander.dev> | 2022-09-02 10:45:53 +0100 |
commit | 7bfbbc908d53c379fa36a929282e7f20b95afde8 (patch) | |
tree | 939adcb7460f08bfb2335f94b26d114c2dd05dcf /src/main/resources | |
parent | cff8d5bad318d133ab1089524619fc15f3b15b6f (diff) | |
download | YetAnotherConfigLib-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.json | 1 | ||||
-rw-r--r-- | src/main/resources/icon.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..3f6dae4 --- /dev/null +++ b/src/main/resources/icon.png |