diff options
-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" } |