Proper mods metadata

This commit is contained in:
shedaniel
2020-11-08 00:35:50 +08:00
parent c14c78f6ee
commit cd595fc55a
5 changed files with 68 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
modLoader = "javafml"
loaderVersion = "[32,)"
issueTrackerURL = "https://github.com/shedaniel/architectury/issues"
license = "Apache-2.0"
[[mods]]
modId = "architectury"
version = "${version}"
displayName = "Architectury"
authors = "shedaniel"
description = '''
A intermediary api aimed to ease developing multiplatform mods.
'''
license = "Apache-2.0"