38 lines
792 B
TOML
38 lines
792 B
TOML
modLoader = "javafml"
|
|
loaderVersion = "[2,)"
|
|
issueTrackerURL = "https://github.com/trafficlunar/options-profiles/issues"
|
|
license = "GNU GPL 3.0"
|
|
|
|
[[mods]]
|
|
modId = "optionsprofiles"
|
|
version = "${version}"
|
|
displayName = "Options Profiles"
|
|
authors = "trafficlunar"
|
|
description = '''
|
|
Load and save your options from in-game.
|
|
'''
|
|
logoFile = "icon.png"
|
|
|
|
[[dependencies.optionsprofiles]]
|
|
modId = "neoforge"
|
|
type = "required"
|
|
versionRange = "[21.0,)"
|
|
ordering = "NONE"
|
|
side = "BOTH"
|
|
|
|
[[dependencies.optionsprofiles]]
|
|
modId = "minecraft"
|
|
type = "required"
|
|
versionRange = "[1.21.1,)"
|
|
ordering = "NONE"
|
|
side = "BOTH"
|
|
|
|
[[dependencies.optionsprofiles]]
|
|
modId = "architectury"
|
|
type = "required"
|
|
versionRange = "[13.0.8,)"
|
|
ordering = "AFTER"
|
|
side = "BOTH"
|
|
|
|
[[mixins]]
|
|
config = "optionsprofiles.mixins.json"
|