diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-08-29 22:04:47 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-08-29 22:04:47 +0100 |
commit | ce2915fe5a7b183dc15f8a9417b6f9e661acd6d2 (patch) | |
tree | 200f472644c680c0576723d769529fbe25748f37 | |
parent | a88a4bdab6492220354da92f94f2f92f9ca6cfd0 (diff) | |
download | eye-of-nether-ce2915fe5a7b183dc15f8a9417b6f9e661acd6d2.tar.gz eye-of-nether-ce2915fe5a7b183dc15f8a9417b6f9e661acd6d2.tar.xz eye-of-nether-ce2915fe5a7b183dc15f8a9417b6f9e661acd6d2.zip |
Mod loader icon
-rw-r--r-- | src/main/resources/assets/eye_of_nether/icon.png | bin | 0 -> 6702 bytes | |||
-rw-r--r-- | src/main/resources/fabric.mod.json | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/assets/eye_of_nether/icon.png b/src/main/resources/assets/eye_of_nether/icon.png Binary files differnew file mode 100644 index 0000000..51a1291 --- /dev/null +++ b/src/main/resources/assets/eye_of_nether/icon.png diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 9cf295e..1d6c09e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,5 +27,6 @@ "minecraft": "~1.20.1", "java": ">=17", "fabric-api": "*" - } + }, + "icon": "assets/eye_of_nether/icon.png" } |