Skip to content

Commit

Permalink
#20 fixup versions in mods.toml & fabric.mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
der-fruhling committed Apr 23, 2024
1 parent 304d182 commit accdf59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "${mod_id}",
"name": "Create: Train Perspective",
"description": "Moves your camera (and body!) with the Create Mod train you're riding to increase immersion!",
"version": "${version}",
"version": "${version}+fabric",
"contact": {
"homepage": "https://github.com/der-fruhling/create-train-perspective",
"issues": "https://github.com/der-fruhling/create-train-perspective/issues",
Expand Down
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ issueTrackerURL="https://github.com/der-fruhling/create-train-perspective/issues
# The modid of the mod
modId="${mod_id}" #mandatory
# The version number of the mod
version="${mod_version}" #mandatory
version="${mod_version}+forge" #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/
Expand Down

0 comments on commit accdf59

Please sign in to comment.