User: mysterious_dev Date: 05 Jan 23 19:40 Revision: d2124e2b5c2a8d0e3c8493abd5b510dd2e995ca0 Summary: Modify mods.toml template to fit with mdk file (#1923) * Change one comment to fit with mdk * Change values of some fields TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=8208&personal=false Index: src/main/resources/fileTemplates/j2ee/forge/mods.toml.ft =================================================================== --- src/main/resources/fileTemplates/j2ee/forge/mods.toml.ft (revision 613ea6e8022c7526691278379e8d3d01d42d246c) +++ src/main/resources/fileTemplates/j2ee/forge/mods.toml.ft (revision d2124e2b5c2a8d0e3c8493abd5b510dd2e995ca0) @@ -11,7 +11,7 @@ # Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here. license="${LICENSE}" # A URL to refer people to when problems occur with this mod -#issueTrackerURL="http://my.issue.tracker/" #optional +#issueTrackerURL="https://change.me.to.your.issue.tracker.example.invalid/" #optional # A list of mods - how many allowed here is determined by the individual mod loader [[mods]] #mandatory # The modid of the mod @@ -22,14 +22,14 @@ version="${file.jarVersion}" #mandatory # A display name for the mod displayName="${MOD_NAME}" #mandatory -# A URL to query for updates for this mod. See the JSON update specification +# A URL to query for updates for this mod. See the JSON update specification https://docs.minecraftforge.net/en/latest/misc/updatechecker/ #if (${UPDATE_URL}) updateJSONURL="${UPDATE_URL}" #optional #else -#updateJSONURL="http://myurl.me/" #optional +#updateJSONURL="https://change.me.example.invalid/updates.json" #optional #end # A URL for the "homepage" for this mod, displayed in the mod UI -#displayURL="http://example.com/" #optional +#displayURL="https://change.me.to.your.mods.homepage.example.invalid/" #optional # A file name (in the root of the mod JAR) containing a logo for display #logoFile="${ARTIFACT_ID}.png" #optional # A text field displayed in the mod UI