Files
CraterLib/Forge/src/main/resources/META-INF/mods.toml

32 lines
779 B
TOML

modLoader = "javafml"
loaderVersion = "[46,)"
license = "MIT"
#issueTrackerURL="https://change.me.to.your.issue.tracker.example.invalid/"
[[mods]]
modId = "craterlib"
version = "${file.jarVersion}"
displayName = "CraterLib"
#updateJSONURL="https://change.me.example.invalid/updates.json"
#displayURL="https://change.me.to.your.mods.homepage.example.invalid/"
logoFile = "multiloader.png"
#credits="Thanks for this example mod goes to Java"
authors = "HypherionSA, Misha"
description = '''
A library mod used by HypherionSA's Mods
'''
[[dependencies.craterlib]]
modId = "forge"
mandatory = true
versionRange = "[46,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.craterlib]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20,1.20.1)"
ordering = "NONE"
side = "BOTH"