28 lines
543 B
TOML
28 lines
543 B
TOML
modLoader = "javafml"
|
|
loaderVersion = "[51,)"
|
|
#issueTrackerURL = ""
|
|
license = "GNU GPL 3.0"
|
|
|
|
[[mods]]
|
|
modId = "optionsprofiles"
|
|
version = "${version}"
|
|
displayName = "Options Profiles"
|
|
authors = "AxolotlMaid"
|
|
description = '''
|
|
Load and save your options from in-game.
|
|
'''
|
|
logoFile = "icon.png"
|
|
|
|
[[dependencies.optionsprofiles]]
|
|
modId = "forge"
|
|
mandatory = true
|
|
versionRange = "[51,)"
|
|
ordering = "NONE"
|
|
side = "BOTH"
|
|
|
|
[[dependencies.optionsprofiles]]
|
|
modId = "minecraft"
|
|
mandatory = true
|
|
versionRange = "[1.21,)"
|
|
ordering = "NONE"
|
|
side = "BOTH"
|