diff --git a/src/main/resources/icon.png b/src/main/resources/icon.png new file mode 100644 index 0000000..293cf91 Binary files /dev/null and b/src/main/resources/icon.png differ diff --git a/src/main/templates/META-INF/neoforge.mods.toml b/src/main/templates/META-INF/neoforge.mods.toml index 3fd0d5c..f9a56e9 100644 --- a/src/main/templates/META-INF/neoforge.mods.toml +++ b/src/main/templates/META-INF/neoforge.mods.toml @@ -36,6 +36,8 @@ displayName="${mod_name}" #mandatory # A file name (in the root of the mod JAR) containing a logo for display #logoFile="examplemod.png" #optional +logoFile="icon.png" +logoBlur=true # A text field displayed in the mod UI #credits="" #optional