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

32 lines
779 B
TOML
Raw Normal View History

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