32 lines
742 B
TOML
32 lines
742 B
TOML
|
modLoader = "javafml"
|
||
|
loaderVersion = "[1,)"
|
||
|
license = "MIT"
|
||
|
issueTrackerURL="https://github.com/firstdarkdev/craterLib/issues"
|
||
|
|
||
|
[[mods]]
|
||
|
modId = "${mod_id}"
|
||
|
version = "${version}"
|
||
|
displayName = "${mod_name}"
|
||
|
displayURL="https://modrinth.com/mod/craterlib"
|
||
|
logoFile = "craterlib_logo.png"
|
||
|
#credits="Thanks for this example mod goes to Java"
|
||
|
authors = "${mod_author}, Zenith"
|
||
|
description = '''
|
||
|
A library mod used by First Dark Development and HypherionSA Mods
|
||
|
'''
|
||
|
displayTest = "MATCH_VERSION"
|
||
|
|
||
|
[[dependencies.${mod_id}]]
|
||
|
modId = "neoforge"
|
||
|
mandatory = true
|
||
|
versionRange = "[20.2,)"
|
||
|
ordering = "NONE"
|
||
|
side = "BOTH"
|
||
|
|
||
|
[[dependencies.${mod_id}]]
|
||
|
modId = "minecraft"
|
||
|
mandatory = true
|
||
|
versionRange = "[1.20.2,1.21)"
|
||
|
ordering = "NONE"
|
||
|
side = "BOTH"
|