diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index ec77a4159..585a847ec 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -38,6 +38,9 @@ displayURL="https://www.curseforge.com/minecraft/mc-mods/lod-level-of-detail" #o #// A file name (in the root of the mod JAR) containing a logo for display logoFile="logo.png" #optional +#// A file name (in the root of the mod JAR) containing a icon for display by catalogue +catalogueImageIcon="icon.png" + #// A text field displayed in the mod UI credits="TechnoVision, Vike, and Darkhax for their modding tutorials." #optional @@ -45,4 +48,4 @@ credits="TechnoVision, Vike, and Darkhax for their modding tutorials." #optional authors="James Seibel, Leonardo Amato, and Cola" #optional #// The description text for the mod (multi line!) (#mandatory) -description='''This mod generates and renders simplified terrain beyond the normal view distance, at a low performance cost.''' \ No newline at end of file +description='''This mod generates and renders simplified terrain beyond the normal view distance, at a low performance cost.''' diff --git a/src/main/resources/icon.png b/src/main/resources/icon.png new file mode 100644 index 000000000..6e8dd25f1 Binary files /dev/null and b/src/main/resources/icon.png differ diff --git a/src/main/resources/logo.png b/src/main/resources/logo.png index 0caf9c6d1..ba695ce06 100644 Binary files a/src/main/resources/logo.png and b/src/main/resources/logo.png differ