31 lines
600 B
TOML
31 lines
600 B
TOML
modLoader = "javafml"
|
|
loaderVersion = "[2,)"
|
|
#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 = "neoforge"
|
|
type = "required"
|
|
versionRange = "[21.0,)"
|
|
ordering = "NONE"
|
|
side = "BOTH"
|
|
|
|
[[dependencies.optionsprofiles]]
|
|
modId = "minecraft"
|
|
type = "required"
|
|
versionRange = "[1.21,)"
|
|
ordering = "NONE"
|
|
side = "BOTH"
|
|
|
|
[[mixins]]
|
|
config = "optionsprofiles.mixins.json"
|