Skip to content

Commit

Permalink
Forge mod metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
der_frühling committed Apr 9, 2024
1 parent 9eb4e60 commit 981fff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ loaderVersion="[47,)" #mandatory This is typically bumped every Minecraft versio
# Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here.
license="MIT"
# A URL to refer people to when problems occur with this mod
#issueTrackerURL="https://change.me.to.your.issue.tracker.example.invalid/" #optional
issueTrackerURL="https://github.com/der-fruhling/create-train-perspective/issues" #optional
# A list of mods - how many allowed here is determined by the individual mod loader
[[mods]] #mandatory
# The modid of the mod
Expand All @@ -21,7 +21,7 @@ version="${mod_version}" #mandatory
# A display name for the mod
displayName="Create: Train Perspective" #mandatory
# A URL to query for updates for this mod. See the JSON update specification https://docs.minecraftforge.net/en/latest/misc/updatechecker/
#updateJSONURL="https://change.me.example.invalid/updates.json" #optional
updateJSONURL="https://api.modrinth.com/updates/create-train-perspective/forge_updates.json" #optional
# A URL for the "homepage" for this mod, displayed in the mod UI
displayURL="https://modrinth.com/mod/create-train-perspective-fixer" #optional
# A file name (in the root of the mod JAR) containing a logo for display
Expand Down

0 comments on commit 981fff9

Please sign in to comment.