aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2024-08-29 22:04:47 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2024-08-29 22:04:47 +0100
commitce2915fe5a7b183dc15f8a9417b6f9e661acd6d2 (patch)
tree200f472644c680c0576723d769529fbe25748f37 /src
parenta88a4bdab6492220354da92f94f2f92f9ca6cfd0 (diff)
downloadeye-of-nether-ce2915fe5a7b183dc15f8a9417b6f9e661acd6d2.tar.gz
eye-of-nether-ce2915fe5a7b183dc15f8a9417b6f9e661acd6d2.tar.xz
eye-of-nether-ce2915fe5a7b183dc15f8a9417b6f9e661acd6d2.zip
Mod loader icon
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/assets/eye_of_nether/icon.pngbin0 -> 6702 bytes
-rw-r--r--src/main/resources/fabric.mod.json3
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
new file mode 100644
index 0000000..51a1291
--- /dev/null
+++ b/src/main/resources/assets/eye_of_nether/icon.png
Binary files differ
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"
}