Add logo to mod assets

This commit is contained in:
Aizistral
2026-01-25 02:33:46 +01:00
parent d2c595136c
commit d15c1c5dea
4 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -4,6 +4,7 @@
"version": "${version}", "version": "${version}",
"name": "No Chat Restrictions", "name": "No Chat Restrictions",
"description": "A mod dedicated to removing restrictions around the use of multiplayer features, including in-game chat.", "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": [ "authors": [
"Aizistral" "Aizistral"
], ],

View File

@@ -2,6 +2,7 @@ modLoader="javafml"
loaderVersion="[35,)" loaderVersion="[35,)"
license="WTFPL" license="WTFPL"
issueTrackerURL="https://github.com/Aizistral-Studios/No-Chat-Restrictions/issues" issueTrackerURL="https://github.com/Aizistral-Studios/No-Chat-Restrictions/issues"
logoFile="ncr_logo.png"
[[mods]] [[mods]]
modId="nochatrestrictions" modId="nochatrestrictions"

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB