From ce2915fe5a7b183dc15f8a9417b6f9e661acd6d2 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Thu, 29 Aug 2024 22:04:47 +0100 Subject: Mod loader icon --- src/main/resources/assets/eye_of_nether/icon.png | Bin 0 -> 6702 bytes src/main/resources/fabric.mod.json | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/assets/eye_of_nether/icon.png 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 Binary files /dev/null and b/src/main/resources/assets/eye_of_nether/icon.png 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" } -- cgit v1.2.3-54-g00ecf