mc-publish/test/content/forge/mods.toml

72 lines
1.4 KiB
TOML
Raw Normal View History

2021-12-07 14:00:58 -05:00
modLoader="javafml"
loaderVersion="[34,)"
issueTrackerURL="https://github.com/"
displayURL="https://github.com/"
authors="Author"
license="MIT"
[[mods]]
modId="example-mod"
version="0.1.0"
displayName="Example Mod"
description='''
Example mod
'''
2022-11-24 17:35:27 -05:00
[mc-publish]
2021-12-07 14:00:58 -05:00
modrinth="AANobbMI"
[custom.projects]
curseforge=394468
[custom.mc-publish]
github="mc1.18-0.4.0-alpha5"
[[dependencies.example-mod]]
modId="minecraft"
mandatory=true
versionRange="[1.17, 1.18)"
side="BOTH"
[[dependencies.example-mod]]
modId="forge"
mandatory=true
versionRange="[34,)"
ordering="NONE"
side="BOTH"
[[dependencies.example-mod]]
modId="java"
mandatory=true
versionRange="[16,)"
ordering="NONE"
side="BOTH"
2021-12-07 14:00:58 -05:00
[[dependencies.example-mod]]
modId="recommended-mod"
mandatory=false
versionRange="0.2.0"
ordering="NONE"
side="BOTH"
2022-11-24 17:35:27 -05:00
[dependencies.example-mod.mc-publish]
2021-12-07 14:00:58 -05:00
modrinth="AAAA"
curseforge=42
2022-11-24 17:35:27 -05:00
ignore=true
2021-12-07 14:00:58 -05:00
[dependencies.example-mod.custom.mc-publish]
github="v0.2.0"
[[dependencies.example-mod]]
modId="included-mod"
mandatory=false
embedded=true
versionRange="[0.40.0, )"
2021-12-07 14:00:58 -05:00
ordering="NONE"
side="BOTH"
[[dependencies.example-mod]]
modId="breaking-mod"
mandatory=false
incompatible=true
versionRange="*"
ordering="NONE"
side="BOTH"