chore: move logo.png to assets

This commit is contained in:
Puqns67 2024-06-14 02:29:25 +08:00
parent 6b431a568d
commit b50e1f2e01
Signed by: Puqns67
GPG Key ID: 9669DF042554F536
2 changed files with 1 additions and 3 deletions

View File

@ -8,7 +8,7 @@ modId="${mod_id}"
displayName="${mod_name}"
version="${mod_version}"
displayURL="https://modrinth.com/mod/skintypefix"
logoFile="logo.png"
logoFile="assets/${mod_id}/logo.png"
authors="${mod_authors}"
description='''${mod_description}'''
@ -19,12 +19,10 @@ config="${mod_id}.mixins.json"
modId="minecraft"
type="required"
versionRange="${minecraft_version_range}"
ordering="NONE"
side="CLIENT"
[[dependencies.${mod_id}]]
modId="neoforge"
type="required"
versionRange="${neoforge_version_range}"
ordering="NONE"
side="CLIENT"

View File

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB