From c1e62ce95195fad9e62db9be5fb612f663ea48c5 Mon Sep 17 00:00:00 2001 From: Micle Date: Tue, 25 Oct 2022 22:11:20 +0100 Subject: [PATCH] Reflected logo file extension in mods.toml. --- src/main/resources/META-INF/mods.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 10de55e..72cfd47 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -27,7 +27,7 @@ displayName = "Micle's Login Protection" #mandatory # A URL for the "homepage" for this mod, displayed in the mod UI #displayURL="http://example.com/" #optional # A file name (in the root of the mod JAR) containing a logo for display -logoFile="logo.png" #optional +logoFile="logo.jpg" #optional # A text field displayed in the mod UI #credits="Thanks for this example mod goes to Java" #optional # A text field displayed in the mod UI