mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-15 17:05:09 +01:00
32 lines
616 B
TOML
32 lines
616 B
TOML
modLoader = "javafml"
|
|
loaderVersion = "[43,)"
|
|
#issueTrackerURL = ""
|
|
license = "MIT License"
|
|
|
|
[[mods]]
|
|
modId = "midnightlib"
|
|
version = "${version}"
|
|
displayName = "${name}"
|
|
logoFile = "midnightlib.png"
|
|
authors = "TeamMidnightDust, Motschen"
|
|
description = '''
|
|
Lightweight config library with config screens and commands.
|
|
'''
|
|
|
|
[[mixins]]
|
|
config = "midnightlib.mixins.json"
|
|
|
|
[[dependencies.midnightlib]]
|
|
modId = "forge"
|
|
mandatory = true
|
|
versionRange = "[43,)"
|
|
ordering = "NONE"
|
|
side = "BOTH"
|
|
|
|
[[dependencies.midnightlib]]
|
|
modId = "minecraft"
|
|
mandatory = true
|
|
versionRange = "${minecraft}"
|
|
ordering = "NONE"
|
|
side = "BOTH"
|