aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
}