diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 83094ab..0210edc 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -9,7 +9,7 @@ version = "${mod_version}" displayName = "${mod_name}" #updateJSONURL="https://change.me.example.invalid/updates.json" # https://docs.minecraftforge.net/en/latest/misc/updatechecker/ #displayURL="https://change.me.to.your.mods.homepage.example.invalid/" -#logoFile="xp_tools.png" +logoFile="icon.png" #credits="" authors = "${mod_authors}" displayTest="IGNORE_SERVER_VERSION" # MATCH_VERSION, IGNORE_SERVER_VERSION (server only), IGNORE_ALL_VERSION (client only), NONE (IExtensionPoint.DisplayTest) diff --git a/src/main/resources/icon.png b/src/main/resources/icon.png new file mode 100644 index 0000000..99ac24b Binary files /dev/null and b/src/main/resources/icon.png differ