32 lines
759 B
TOML
32 lines
759 B
TOML
modLoader="javafml"
|
|
loaderVersion="[28,)"
|
|
issueTrackerURL="http://my.issue.tracker/"
|
|
license = "<your license here>"
|
|
[[mods]]
|
|
modId="helicobactermod"
|
|
version="${file.jarVersion}"
|
|
displayName="Helico Bacter Mod"
|
|
updateJSONURL="http://myurl.me/"
|
|
displayURL="https://github.com/qrhlhplhp/HelicoBacterMod"
|
|
logoFile="logo.png"
|
|
credits="たくさんのピロリ菌たち"
|
|
authors="伊藤しえる"
|
|
description='''
|
|
かわいいピロリ菌たちをたくさん追加するよ!
|
|
'''
|
|
|
|
[[dependencies.helicobactermod]]
|
|
modId="forge"
|
|
mandatory=true
|
|
versionRange="[28,)" #mandatory
|
|
ordering="NONE"
|
|
|
|
side="BOTH"
|
|
|
|
[[dependencies.helicobactermod]]
|
|
modId="minecraft"
|
|
mandatory=true
|
|
versionRange="[1.14.4]"
|
|
ordering="NONE"
|
|
side="BOTH"
|