Updated logo file path.

This commit is contained in:
2025-05-25 19:41:46 +01:00
parent 33557def9b
commit 803bac732f

View File

@ -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)