diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 4335e8f..9962236 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -12,6 +12,7 @@ "sources": "https://github.com/MoreMcmeta/gui-plugin" }, "license": "LGPL-3.0", + "icon": "tricolor-zombie.png", "environment": "*", "entrypoints": { "moremcmeta-client": [ diff --git a/fabric/src/main/resources/tricolor-zombie.png b/fabric/src/main/resources/tricolor-zombie.png new file mode 100644 index 0000000..dd5450c Binary files /dev/null and b/fabric/src/main/resources/tricolor-zombie.png differ diff --git a/forge/src/main/resources/META-INF/mods.toml b/forge/src/main/resources/META-INF/mods.toml index 0a9e022..00ba039 100644 --- a/forge/src/main/resources/META-INF/mods.toml +++ b/forge/src/main/resources/META-INF/mods.toml @@ -10,6 +10,7 @@ authors = "soir20" description = ''' Default plugin for MoreMcmeta that loads GUI texture settings. ''' +logoFile="moremcmeta-logo-gradient.png" [[dependencies.moremcmeta_gui_plugin]] modId = "moremcmeta" diff --git a/forge/src/main/resources/moremcmeta-logo-gradient.png b/forge/src/main/resources/moremcmeta-logo-gradient.png new file mode 100644 index 0000000..01edd2f Binary files /dev/null and b/forge/src/main/resources/moremcmeta-logo-gradient.png differ