diff --git a/common/src/main/resources/icon.png b/common/src/main/resources/icon.png new file mode 100644 index 0000000..bd6e9cb Binary files /dev/null and b/common/src/main/resources/icon.png differ diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 3e19e14..cca7992 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -10,7 +10,7 @@ "sources": "https://github.com/natanfudge/Not-Enough-Crashes", "homepage": "https://www.curseforge.com/minecraft/mc-mods/not-enough-crashes" }, - "icon": "icon.jpg", + "icon": "icon.png", "mixins": [ "notenoughcrashes.mixins.json", "notenoughcrashes.fabric.mixins.json" @@ -38,4 +38,4 @@ "Fourmisain", "wafflecoffee" ] -} \ No newline at end of file +}