add license, wiki, source and issue URLs to properties

This commit is contained in:
dfsek
2021-05-14 23:30:36 -07:00
parent 2c9d195474
commit 6fbb5d712e
5 changed files with 18 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
modLoader = "javafml"
loaderVersion = "[36,)"
license = "GNU General Public License, version 3.0"
issueTrackerURL = "https://github.com/PolyhedralDev/Terra/issues/"
license = "@LICENSE@"
issueTrackerURL = "@ISSUES@"
[[mods]]
modId = "terra"
version = "@VERSION@"
displayName = "Terra"
displayURL = "https://github.com/PolyhedralDev/Terra/"
displayURL = "@WIKI@"
authors = "dfsek & Terra contributors"
description = "@DESCRIPTION@"
[[dependencies.terra]]