temporary fabric/mod.json and forge/mods.toml author fix

This commit is contained in:
James Seibel
2023-05-02 07:32:10 -05:00
parent 39ef896138
commit 8244932247
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"name": "${mod_name}",
"description": "${description}",
"authors": $authors,
"authors": ["authors"],
"contact": {
"homepage": "${homepage}",
+1 -1
View File
@@ -9,7 +9,7 @@ issueTrackerURL="${issues}"
modId="lod" #//mandatory
version= "${version}" #//mandatory, gets the version number from jar populated by the build.gradle script
displayName="${mod_name}" #//mandatory
authors=$authors
authors="authors"
#//updateJSONURL="https://change.me.example.invalid/updates.json" # A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/
displayURL="${homepage}"
description= "${description}" #//mandatory. The description text for the mod