Updated author list

This commit is contained in:
Licious17 2021-09-15 16:19:41 +01:00
parent ef45e5b7fd
commit ea29dd2f34
2 changed files with 2 additions and 3 deletions

View File

@ -95,8 +95,7 @@ tasks {
"modid" to modName.toLowerCase(),
"modname" to modName,
"link" to repositoryLink,
"description" to modDescription,
"authorList" to arrayOf("shadowfacts", "Licious" )
"description" to modDescription
)
}
}

View File

@ -8,7 +8,7 @@
"credits": "Emberwalker, for the original Forgelin",
"url": "$link",
"updateUrl": "",
"authorList": "$authorList",
"authorList": ["shadowfacts", "Licious"],
"screenshots": []
}
]