32 lines
781 B
TOML
32 lines
781 B
TOML
modLoader="javafml"
|
|
loaderVersion="[40,)"
|
|
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="[40,)"
|
|
ordering="NONE"
|
|
side="BOTH"
|
|
|
|
[[dependencies.craterlib]]
|
|
modId="minecraft"
|
|
mandatory=true
|
|
versionRange="[1.18.2,1.19)"
|
|
ordering="NONE"
|
|
side="BOTH"
|