Remove non-deprecated references of LambdaJCommon

Sorry Lambda!
This is needed for Neoforge support and to reduce the file size in the future.
This commit is contained in:
Martin Prokoph
2024-07-18 00:27:32 +02:00
parent 241228dcde
commit 0d2bd6e4cb
15 changed files with 80 additions and 92 deletions

View File

@@ -4,33 +4,34 @@ loaderVersion = "[2,)"
license = "MIT License"
[[mods]]
modId = "yourmod"
modId = "midnightcontrols"
version = "${version}"
displayName = "Your Mod"
displayName = "MidnightControls"
logoFile = "icon.png"
authors = "You!"
authors = "Motschen, LambdAurora"
contributors = "akemin-dayo, DioEgizio, dogtopus, egeesin, EnnuiL, FlashyReese, gyular, Hambaka, Ivanoks, joaoh1, KiskaUWU, Madis0, RaptaG, ronniedude, spudpiggy, TrueHorse"
description = '''
An example multiloader mod featuring MidnightLib!
Adds controller support and enhanced controls overall.
'''
[[mixins]]
config = "yourmod.mixins.json"
config = "midnightcontrols.mixins.json"
[[dependencies.yourmod]]
[[dependencies.midnightcontrols]]
modId = "neoforge"
mandatory = true
versionRange = "[21.0,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.yourmod]]
[[dependencies.midnightcontrols]]
modId = "minecraft"
mandatory = true
versionRange = "[1.21,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.yourmod]]
[[dependencies.midnightcontrols]]
modId = "midnightlib"
mandatory = true
versionRange = "[1.0,)"