diff options
author | SHsuperCM <shsupercm@gmail.com> | 2021-08-28 16:29:05 +0300 |
---|---|---|
committer | SHsuperCM <shsupercm@gmail.com> | 2021-08-28 16:29:05 +0300 |
commit | da30d30d62caae66255ca6892736df75e12cef6f (patch) | |
tree | 24dc314d8d15f26b47148b338ac0b1b93a67404b /src/main/resources | |
parent | ebf4f4e5bd294b82538de18cdf4c6c2de39a35f6 (diff) | |
download | CITResewn-da30d30d62caae66255ca6892736df75e12cef6f.tar.gz CITResewn-da30d30d62caae66255ca6892736df75e12cef6f.tar.bz2 CITResewn-da30d30d62caae66255ca6892736df75e12cef6f.zip |
Added logo
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/citresewn/logo.png | bin | 0 -> 78604 bytes | |||
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/assets/citresewn/logo.png b/src/main/resources/assets/citresewn/logo.png Binary files differnew file mode 100644 index 0000000..a9999ff --- /dev/null +++ b/src/main/resources/assets/citresewn/logo.png diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e5cc71c..5e2421e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -7,8 +7,8 @@ "authors": [ "SHsuperCM" ], - "contact": {}, "license": "MIT", + "icon": "assets/citresewn/logo.png", "environment": "client", "entrypoints": { |