Manifest Links
data class ManifestLinks( val issue: String?, val sourceControl: String?, val others: List<ManifestLinks.OtherLink>)
Content copied to clipboard
A couple of links related to the mod.
Author
ReviversMC
Since
6.1.0
Parameters
issue
A link to the mod's issue tracker.
source Control
A link to the mod's source control, no mirrors. Remove endings like ".git".
others
A list of other links related to the mod.
Constructors
Link copied to clipboard
fun ManifestLinks( issue: String?, sourceControl: String?, others: List<ManifestLinks.OtherLink>)
Content copied to clipboard