30 lines
710 B
TOML
30 lines
710 B
TOML
modLoader = "javafml"
|
|
loaderVersion = "${loader_version_range}"
|
|
license = "${license}"
|
|
issueTrackerURL = "https://git.sweevo.net/jinks/ExtBackup/issues"
|
|
|
|
[[mods]]
|
|
modId = "${modid}"
|
|
version = "${mod_version}"
|
|
displayName = "ExtBackup"
|
|
#updateJSONURL = "N/A"
|
|
displayURL = "https://git.sweevo.net/jinks/ExtBackup"
|
|
authors = "MelanX, jinks"
|
|
displayTest = "IGNORE_ALL_VERSION"
|
|
description = '''
|
|
A simple mod to create scheduled backups.
|
|
'''
|
|
|
|
[[dependencies.${ modid }]]
|
|
modId = "neoforge"
|
|
type = "required"
|
|
versionRange = "[${neo_version},)"
|
|
ordering = "NONE"
|
|
side = "BOTH"
|
|
|
|
[[dependencies.${ modid }]]
|
|
modId = "minecraft"
|
|
type = "required"
|
|
versionRange = "[${minecraft_version},)"
|
|
ordering = "NONE"
|
|
side = "BOTH"
|