mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 15:25:08 +01:00
Sorry Lambda! This is needed for Neoforge support and to reduce the file size in the future.
40 lines
931 B
TOML
40 lines
931 B
TOML
modLoader = "javafml"
|
|
loaderVersion = "[2,)"
|
|
#issueTrackerURL = ""
|
|
license = "MIT License"
|
|
|
|
[[mods]]
|
|
modId = "midnightcontrols"
|
|
version = "${version}"
|
|
displayName = "MidnightControls"
|
|
logoFile = "icon.png"
|
|
authors = "Motschen, LambdAurora"
|
|
contributors = "akemin-dayo, DioEgizio, dogtopus, egeesin, EnnuiL, FlashyReese, gyular, Hambaka, Ivanoks, joaoh1, KiskaUWU, Madis0, RaptaG, ronniedude, spudpiggy, TrueHorse"
|
|
description = '''
|
|
Adds controller support and enhanced controls overall.
|
|
'''
|
|
|
|
[[mixins]]
|
|
config = "midnightcontrols.mixins.json"
|
|
|
|
[[dependencies.midnightcontrols]]
|
|
modId = "neoforge"
|
|
mandatory = true
|
|
versionRange = "[21.0,)"
|
|
ordering = "NONE"
|
|
side = "BOTH"
|
|
|
|
[[dependencies.midnightcontrols]]
|
|
modId = "minecraft"
|
|
mandatory = true
|
|
versionRange = "[1.21,)"
|
|
ordering = "NONE"
|
|
side = "BOTH"
|
|
|
|
[[dependencies.midnightcontrols]]
|
|
modId = "midnightlib"
|
|
mandatory = true
|
|
versionRange = "[1.0,)"
|
|
ordering = "AFTER"
|
|
side = "BOTH"
|