Update mods.toml to use replacements for displayName

This commit is contained in:
Jared 2023-06-16 02:29:28 +02:00 committed by GitHub
parent a2811f728e
commit 920129b7b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ license = "C0-1.0" # Review your options at https://choosealicense.com/.
[[mods]] #mandatory
modId = "multiloader" #mandatory
version = "${file.jarVersion}" #mandatory
displayName = "Example Mod" #mandatory
displayName = "${mod_name}" #mandatory
#updateJSONURL="https://change.me.example.invalid/updates.json" #optional (see https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/)
#displayURL="https://change.me.to.your.mods.homepage.example.invalid/" #optional (displayed in the mod UI)
logoFile = "multiloader.png" #optional (needs to be in the root of your mod jar (root of your 'resources' folder))