diff --git a/Fabric/src/main/resources/assets/nochatrestrictions/textures/misc/ncr_logo.png b/Fabric/src/main/resources/assets/nochatrestrictions/textures/misc/ncr_logo.png new file mode 100644 index 0000000..a240d60 Binary files /dev/null and b/Fabric/src/main/resources/assets/nochatrestrictions/textures/misc/ncr_logo.png differ diff --git a/Fabric/src/main/resources/fabric.mod.json b/Fabric/src/main/resources/fabric.mod.json index f6bdf17..91c1b70 100644 --- a/Fabric/src/main/resources/fabric.mod.json +++ b/Fabric/src/main/resources/fabric.mod.json @@ -4,6 +4,7 @@ "version": "${version}", "name": "No Chat Restrictions", "description": "A mod dedicated to removing restrictions around the use of multiplayer features, including in-game chat.", + "icon": "assets/nochatrestrictions/textures/misc/ncr_logo.png", "authors": [ "Aizistral" ], diff --git a/Forge/src/main/resources/META-INF/mods.toml b/Forge/src/main/resources/META-INF/mods.toml index 3657180..b682ddb 100644 --- a/Forge/src/main/resources/META-INF/mods.toml +++ b/Forge/src/main/resources/META-INF/mods.toml @@ -2,6 +2,7 @@ modLoader="javafml" loaderVersion="[35,)" license="WTFPL" issueTrackerURL="https://github.com/Aizistral-Studios/No-Chat-Restrictions/issues" +logoFile="ncr_logo.png" [[mods]] modId="nochatrestrictions" diff --git a/Forge/src/main/resources/ncr_logo.png b/Forge/src/main/resources/ncr_logo.png new file mode 100644 index 0000000..a240d60 Binary files /dev/null and b/Forge/src/main/resources/ncr_logo.png differ